Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.h61 fdt32_t off_dt_strings; /* offset to strings */ member
H A Dlibfdt.h220 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
237 __fdt_set_hdr(off_dt_strings);
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.h16 fdt32_t off_dt_strings; /* offset to strings */ member
H A Dlibfdt.h243 #define fdt_off_dt_strings(fdt) (fdt_get_header(fdt, off_dt_strings))
260 fdt_set_hdr_(off_dt_strings);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dprom.h52 __be32 off_dt_strings; /* offset to strings */ member
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dfdtdump.c51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob()
H A 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()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dflattree.c348 fdt->off_dt_strings = cpu_to_fdt32(reserve_off + reservesize in make_fdt_header()
883 off_str = fdt32_to_cpu(fdt->off_dt_strings); in dt_from_blob()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dbootx_init.c385 hdr->off_dt_strings = bootx_dt_strbase - mem_start; in bootx_flatten_dt()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c2725 hdr->off_dt_strings = cpu_to_be32(dt_string_start - dt_header_start); in flatten_device_tree()