Searched refs:RT2860_5G_BAND_SEL_N (Results 1 – 2 of 2) sorted by relevance
491 #define RT2860_5G_BAND_SEL_N (1 << 2) macro
2146 tmp &= ~(RT2860_5G_BAND_SEL_N | RT2860_5G_BAND_SEL_P); in rt2860_select_chan_group()2147 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P; in rt2860_select_chan_group()