Home
last modified time | relevance | path

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

/openbmc/u-boot/include/bedbug/
H A Dppc.h45 #define OH_LITERAL 0x40 /* a literal string */ macro
H A Dtables.h51 { O_cr2, "O_cr2", 0, 0, OH_LITERAL }, /* "cr2" */
/openbmc/u-boot/common/
H A Dbedbug.c316 else if (opr->hint & OH_LITERAL) { in print_operands()