Home
last modified time | relevance | path

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

/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt.h64 #define FDT_V17_SIZE (FDT_V16_SIZE + sizeof(fdt32_t)) macro
H A Dfdt.c80 return FDT_V17_SIZE; in fdt_header_size_()
85 return can_assume(LATEST) ? FDT_V17_SIZE : in fdt_header_size()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt.h109 #define FDT_V17_SIZE (FDT_V16_SIZE + sizeof(fdt32_t)) macro
/openbmc/linux/scripts/dtc/
H A Dflattree.c31 {17, 16, FDT_V17_SIZE,
/openbmc/linux/drivers/of/
H A Dfdt.c1365 roundup_pow_of_two(FDT_V17_SIZE)); in unflatten_and_copy_device_tree()
H A Dunittest.c3465 new_fdt = dt_alloc_memory(size, roundup_pow_of_two(FDT_V17_SIZE)); in unittest_unflatten_overlay_base()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c46 {17, 16, FDT_V17_SIZE,