Searched refs:CAL_CHANNEL_MASK (Results 1 – 1 of 1) sorted by relevance
55 #define CAL_CHANNEL_MASK (0x7 << 1) macro56 #define CAL_CHANNEL_BITS(channel) (((channel) << 1) & CAL_CHANNEL_MASK)