Home
last modified time | relevance | path

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

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