Searched refs:value_32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/dtc/
H A Ddata.c175 uint32_t value_32; local
188 value_32 = cpu_to_fdt32(value);
189 return data_append_data(d, &value_32, 4);
H A Dlivetree.c905 uint32_t value_32; local
931 value_32 = cpu_to_fdt32(m->offset);
932 append_to_property(wn, prop->name, &value_32, sizeof(value_32));

Completed in 150 milliseconds