Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dlibfdt.h23 #define FDT_REG_ADD_STRING_TAB (1 << 0) macro
/openbmc/u-boot/tools/
H A Dfdtgrep.c463 if (count >= 2 && (disp->flags & FDT_REG_ADD_STRING_TAB)) { in dump_fdt_regions()
1165 disp->flags |= FDT_REG_ADD_STRING_TAB; in scan_args()
1217 disp.flags |= FDT_REG_ADD_MEM_RSVMAP | FDT_REG_ADD_STRING_TAB; in main()
/openbmc/u-boot/lib/libfdt/
H A Dfdt_region.c643 if (flags & FDT_REG_ADD_STRING_TAB) { in fdt_next_region()