Home
last modified time | relevance | path

Searched refs:FDT_REG_DIRECT_SUBNODES (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dlibfdt.h32 #define FDT_REG_DIRECT_SUBNODES (1 << 2) macro
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c548 !(flags & (FDT_REG_DIRECT_SUBNODES | in fdt_next_region()
590 if (!p.want && !(flags & FDT_REG_DIRECT_SUBNODES)) in fdt_next_region()
/openbmc/u-boot/tools/
H A Dfdtgrep.c1104 disp->flags |= FDT_REG_DIRECT_SUBNODES; in scan_args()