Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dlibfdt.h35 #define FDT_REG_ALL_SUBNODES (1 << 3) macro
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c549 FDT_REG_ALL_SUBNODES))) { in fdt_next_region()
558 p.want = (flags & FDT_REG_ALL_SUBNODES) ? in fdt_next_region()
/openbmc/u-boot/tools/
H A Dfdtgrep.c1159 disp->flags |= FDT_REG_ALL_SUBNODES; in scan_args()