Home
last modified time | relevance | path

Searched refs:RT2860_5G_BAND_SEL_P (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Drt2860reg.h563 #define RT2860_5G_BAND_SEL_P (1U << 1) macro
Drt2860.c2299 tmp &= ~(RT2860_5G_BAND_SEL_N | RT2860_5G_BAND_SEL_P); in rt2860_select_chan_group()
2300 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P; in rt2860_select_chan_group()
/netbsd/src/sys/dev/usb/
Dif_run.c2911 tmp &= ~(RT2860_5G_BAND_SEL_N | RT2860_5G_BAND_SEL_P); in run_select_chan_group()
2912 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P; in run_select_chan_group()