Home
last modified time | relevance | path

Searched refs:off_dt_strings (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dfdt.h16 fdt32_t off_dt_strings; /* offset to strings */ member
Dlibfdt.h243 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
260 fdt_set_hdr_(off_dt_strings);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dprom.h52 __be32 off_dt_strings; /* offset to strings */ member
/kernel/linux/linux-5.10/scripts/dtc/
Dfdtdump.c51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob()
Dflattree.c333 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
868 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dbootx_init.c385 hdr->off_dt_strings = bootx_dt_strbase - mem_start; in bootx_flatten_dt()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dprom_init.c2726 hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start); in flatten_device_tree()