Home
last modified time | relevance | path

Searched refs:off_dt_struct (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt.h15 fdt32_t off_dt_struct; /* offset to structure */ member
H A Dlibfdt.h242 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
259 fdt_set_hdr_(off_dt_struct); variable
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt.h15 fdt32_t off_dt_struct; /* offset to structure */ member
H A Dlibfdt.h251 #define fdt_off_dt_struct(fdt) (fdt_get_header(fdt, off_dt_struct))
268 fdt_set_hdr_(off_dt_struct); variable
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dprom.h51 __be32 off_dt_struct; /* offset to structure */ member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dprom.h46 __be32 off_dt_struct; /* offset to structure */ member
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtdump.c50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct); in dump_blob()
70 printf("// off_dt_struct:\t0x%x\n", off_dt); in dump_blob()
H A Dflattree.c332 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
470 fprintf(f, "\t/* off_dt_struct */\n"); in dt_to_asm()
867 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dflattree.c333 fdt->off_dt_struct = cpu_to_fdt32(reserve_off + reservesize); in make_fdt_header()
471 fprintf(f, "\t/* off_dt_struct */\n"); in dt_to_asm()
868 off_dt = fdt32_to_cpu(fdt->off_dt_struct); in dt_from_blob()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dbootx_init.c391 hdr->off_dt_struct = mem_end - mem_start; in bootx_flatten_dt()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c392 hdr->off_dt_struct = mem_end - mem_start; in bootx_flatten_dt()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dprom_init.c2725 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dprom_init.c2755 hdr->off_dt_struct = cpu_to_be32(dt_struct_start - dt_header_start); in flatten_device_tree()

Completed in 21 milliseconds