Searched refs:F_INSTR (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/bedbug/ | ||
D | ppc.h | 359 #define F_INSTR 0x40 /* output the raw instruction */ macro |
/external/u-boot/common/ | ||
D | bedbug.c | 184 if (ctx.flags & F_INSTR) { in disppc() |