Searched refs:HID_CC_RPT_CHANNEL_BITS (Results 1 – 2 of 2) sorted by relevance
206 #define HID_CC_RPT_CHANNEL_BITS 0xCF macro215 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; \
168 #define HID_CC_RPT_CHANNEL_BITS 0xCF macro175 #define HID_CC_RPT_SET_CHANNEL(s, x) (s)[0] &= HID_CC_RPT_CHANNEL_BITS; (s)[0] |= ((x) & 0x03)…