Searched refs:LOGI_BMASK (Results 1 – 1 of 1) sorted by relevance
38 #define LOGI_BMASK (uchar_t)7 /* Button mask in packet */ macro39 #define LOGI_NOT_BMASK (uchar_t)(~LOGI_BMASK) /* Rest of the bits */106 STATEP->buttons = (~code) & LOGI_BMASK; in vuidm5p()