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

/u-boot/include/
H A Dfdt_region.h17 #define FDT_REG_ADD_STRING_TAB (1 << 0) macro
/u-boot/tools/
H A Dfdtgrep.c420 * FDT_REG_ADD_STRING_TAB: Adds a string table to the end of the FDT.
451 * is set. The last will be the string table if FDT_REG_ADD_STRING_TAB
465 if (count >= 2 && (disp->flags & FDT_REG_ADD_STRING_TAB)) {
1213 disp->flags |= FDT_REG_ADD_STRING_TAB;
1265 disp.flags |= FDT_REG_ADD_MEM_RSVMAP | FDT_REG_ADD_STRING_TAB;
/u-boot/boot/
H A Dfdt_region.c689 if (flags & FDT_REG_ADD_STRING_TAB) {

Completed in 48 milliseconds