Searched refs:MK_CBO (Results 1 – 1 of 1) sorted by relevance
23 #define MK_CBO(fn) le32_bswap((uint32_t)(fn) << 20 | 10 << 15 | 2 << 12 | 0 << 7 | 15) macro37 assert(insn == MK_CBO(regs[11])); in fault_handler()52 : : "r" (base), "i" (fn), "i" (MK_CBO(fn)) : "a0", "a1", "memory"); \