Searched refs:SUBCMDMASK (Results 1 – 2 of 2) sorted by relevance
60 #define SUBCMDMASK 0x00ff macro62 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
339 type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()