Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/macintosh/
Dvia-macii.c81 #define OP_MASK 0x0C macro
429 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt()
464 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
Dadb-iop.c48 #define OP_MASK 0x0C macro
105 u8 op = amsg->cmd & OP_MASK; in adb_iop_listen()
/linux-5.19.10/arch/powerpc/xmon/
Dppc-opc.c2300 #define OP_MASK OP (0x3f) macro
2306 #define OPTO_MASK (OP_MASK | TO_MASK)
2425 #define DRA_MASK (OP_MASK | RA_MASK)
2495 #define SC_MASK (OP_MASK | (((unsigned long)0x3ff) << 16) | (((unsigned long)1) << 1) | 1)
3053 {"tdi", OP(2), OP_MASK, PPC64, PPCVLE, {TO, RA, SI}},
3085 {"twi", OP(3), OP_MASK, PPCCOM, PPCVLE, {TO, RA, SI}},
3086 {"ti", OP(3), OP_MASK, PWRCOM, PPCVLE, {TO, RA, SI}},
3825 {"mulli", OP(7), OP_MASK, PPCCOM, PPCVLE, {RT, RA, SI}},
3826 {"muli", OP(7), OP_MASK, PWRCOM, PPCVLE, {RT, RA, SI}},
3828 {"subfic", OP(8), OP_MASK, PPCCOM, PPCVLE, {RT, RA, SI}},
[all …]
/linux-5.19.10/arch/mips/mm/
Duasm.c31 #define OP_MASK 0x3f macro