Home
last modified time | relevance | path

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

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