Home
last modified time | relevance | path

Searched refs:F_RADUDECIMAL (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/bedbug/
H A Dppc.h354 #define F_RADUDECIMAL 0x2 /* output radix = unsigned decimal */ macro
/openbmc/u-boot/common/
H A Dbedbug.c105 } else if (ctx.flags & F_RADUDECIMAL) { in disppc()