Searched refs:nameoff (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libfdt/
H A Dfdt_sw.c173 int nameoff; local
177 nameoff = _fdt_find_add_string(fdt, name);
178 if (nameoff == 0)
186 prop->nameoff = cpu_to_fdt32(nameoff);
220 int nameoff; local
222 nameoff = fdt32_to_cpu(prop->nameoff);
223 nameoff += fdt_size_dt_strings(fdt);
224 prop->nameoff
[all...]
H A Dfdt.h74 fdt32_t nameoff; member in struct:fdt_property
H A Dfdt_ro.c253 if (_fdt_string_eq(fdt, fdt32_to_cpu(prop->nameoff),
292 *namep = fdt_string(fdt, fdt32_to_cpu(prop->nameoff));
H A Dfdt_rw.c225 (*prop)->nameoff = cpu_to_fdt32(namestroff);

Completed in 10 milliseconds