Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/wlan/
H A Dif_runreg.h530 #define RT2860_5G_BAND_SEL_N (1 << 2) macro
H A Dif_run.c4090 tmp &= ~(RT2860_5G_BAND_SEL_N | RT2860_5G_BAND_SEL_P); in run_select_chan_group()
4091 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P; in run_select_chan_group()
/freebsd/sys/dev/ral/
H A Drt2860reg.h552 #define RT2860_5G_BAND_SEL_N (1 << 2) macro
H A Drt2860.c2351 tmp &= ~(RT2860_5G_BAND_SEL_N | RT2860_5G_BAND_SEL_P); in rt2860_select_chan_group()
2352 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P; in rt2860_select_chan_group()