Searched refs:F_RADOCTAL (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/bedbug/ | ||
D | ppc.h | 353 #define F_RADOCTAL 0x1 /* output radix = unsigned octal */ macro |
/external/u-boot/common/ | ||
D | bedbug.c | 102 if (ctx.flags & F_RADOCTAL) { in disppc() |