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