Home
last modified time | relevance | path

Searched refs:OP_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/macintosh/
H A Dvia-macii.c81 #define OP_MASK 0x0C macro
424 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt()
459 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
H A Dadb-iop.c48 #define OP_MASK 0x0C macro
105 u8 op = amsg->cmd & OP_MASK; in adb_iop_listen()
/linux/arch/powerpc/xmon/
H A Dppc-opc.c2299 #define OP_MASK OP (0x3f) macro
2305 #define OPTO_MASK (OP_MASK | TO_MASK)
2424 #define DRA_MASK (OP_MASK | RA_MASK)
2494 #define SC_MASK (OP_MASK | (((unsigned long)0x3ff) << 16) | (((unsigned long)1) << 1) | 1)
3052 {"tdi", OP(2), OP_MASK, PPC64, PPCVLE, {TO, RA, SI}},
3084 {"twi", OP(3), OP_MASK, PPCCOM, PPCVLE, {TO, RA, SI}},
3085 {"ti", OP(3), OP_MASK, PWRCOM, PPCVLE, {TO, RA, SI}},
3824 {"mulli", OP(7), OP_MASK, PPCCOM, PPCVLE, {RT, RA, SI}},
3825 {"muli", OP(7), OP_MASK, PWRCOM, PPCVLE, {RT, RA, SI}},
3827 {"subfic", OP(8), OP_MASK, PPCCOM, PPCVLE, {RT, RA, SI}},
[all …]
/linux/arch/mips/mm/
H A Duasm.c31 #define OP_MASK 0x3f macro