Searched defs:EVENT_MSG_BITS (Results 1 – 2 of 2) sorted by relevance
258 #define EVENT_MSG_BITS ((1<<0) | (1<<1) | (1<<2) | (1<<3)) macro
229 #define EVENT_MSG_BITS (BIT(0) | BIT(1) | BIT(2) | BIT(3)) macro