Searched refs:RX_CHAN_S (Results 1 – 1 of 1) sorted by relevance
1216 #define RX_CHAN_S 28 macro1218 #define RX_CHAN_V(x) ((x) << RX_CHAN_S)1219 #define RX_CHAN_G(x) (((x) >> RX_CHAN_S) & RX_CHAN_M)