Searched refs:HID_CC_RPT_SELECTION_BITS (Results 1 – 2 of 2) sorted by relevance
209 #define HID_CC_RPT_SELECTION_BITS 0xCF macro223 #define HID_CC_RPT_SET_SELECTION(s, x) (s)[1] &= HID_CC_RPT_SELECTION_BITS; \
171 #define HID_CC_RPT_SELECTION_BITS 0xCF macro179 #define HID_CC_RPT_SET_SELECTION(s, x) (s)[1] &= HID_CC_RPT_SELECTION_BITS; (s)[1] |= ((x) & 0x03)…