Searched defs:QCMD (Results 1 – 5 of 5) sorted by relevance
33 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK)) macro