Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Dlibfdt.h41 #define FDT_IS_NODE (1 << 0) macro
47 #define FDT_ANY_GLOBAL (FDT_IS_NODE | FDT_IS_PROP | FDT_IS_VALUE | \
/external/u-boot/tools/
Dfdtgrep.c557 if (type == FDT_IS_NODE && disp->types_exc == FDT_ANY_GLOBAL) { in check_type_include()
568 if (type == FDT_IS_NODE && disp->types_inc == FDT_ANY_GLOBAL) in check_type_include()
602 if (inc == -1 && type == FDT_IS_NODE) { in h_include()
609 if (inc != 1 && type == FDT_IS_NODE && in h_include()
1131 type = FDT_IS_NODE; in scan_args()
/external/u-boot/lib/libfdt/
Dfdt_region.c550 val = h_include(priv, fdt, offset, FDT_IS_NODE, path, in fdt_next_region()