Searched refs:SUBCMDMASK (Results 1 – 2 of 2) sorted by relevance
61 #define SUBCMDMASK 0x00ff macro63 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK))
926 type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()978 unsigned int type = cmd & SUBCMDMASK; in SYSCALL_DEFINE4()