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

/netbsd-current/external/gpl2/dtc/dist/
H A Ddata.c164 fdt32_t value_32; local
177 value_32 = cpu_to_fdt32(value);
178 return data_append_data(d, &value_32, 4);
H A Dlivetree.c959 fdt32_t value_32; local
985 value_32 = cpu_to_fdt32(m->offset);
986 append_to_property(wn, prop->name, &value_32, sizeof(value_32), TYPE_UINT32);

Completed in 244 milliseconds