Home
last modified time | relevance | path

Searched refs:RT2860_5G_BAND_SEL_N (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860_reg.h491 #define RT2860_5G_BAND_SEL_N (1 << 2) macro
H A Drt2860.c2146 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()