Searched refs:OP_MASK (Results 1 – 2 of 2) sorted by relevance
83 #define OP_MASK 0x0C macro431 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt()466 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
48 #define OP_MASK 0x0C macro105 u8 op = amsg->cmd & OP_MASK; in adb_iop_listen()