Searched refs:S_STAT_CHANNEL (Results 1 – 2 of 2) sorted by relevance
5599 #define S_STAT_CHANNEL 1 macro5600 #define V_STAT_CHANNEL(x) ((x) << S_STAT_CHANNEL)
30473 #define S_STAT_CHANNEL 1 macro30475 #define V_STAT_CHANNEL(x) ((x) << S_STAT_CHANNEL)30476 #define G_STAT_CHANNEL(x) (((x) >> S_STAT_CHANNEL) & M_STAT_CHANNEL)