Home
last modified time | relevance | path

Searched refs:ext_5ghz_lna (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/sys/dev/usb/
Dif_rumvar.h125 int ext_5ghz_lna; member
Dif_runvar.h158 uint8_t ext_5ghz_lna; member
Dif_mtwvar.h183 uint8_t ext_5ghz_lna; member
Dif_rum.c1603 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rum_select_band()
1613 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rum_select_band()
1839 sc->ext_5ghz_lna = (val >> 6) & 0x1; in rum_read_eeprom()
1843 sc->ext_2ghz_lna, sc->ext_5ghz_lna)); in rum_read_eeprom()
Dif_run.c1535 sc->ext_5ghz_lna = (val >> 3) & 1; in run_read_eeprom()
2829 if (sc->ext_5ghz_lna) in run_select_chan_group()
Dif_mtw.c1347 sc->ext_5ghz_lna = (val >> 3) & 1; in mtw_read_eeprom()
/openbsd/src/sys/dev/ic/
Drt2661var.h156 int ext_5ghz_lna; member
Drt2860var.h165 uint8_t ext_5ghz_lna; member
Drt2661.c2228 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rt2661_select_band()
2238 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rt2661_select_band()
2455 sc->ext_5ghz_lna = (val >> 6) & 0x1; in rt2661_read_eeprom()
2459 sc->ext_2ghz_lna, sc->ext_5ghz_lna)); in rt2661_read_eeprom()
2472 if (sc->ext_5ghz_lna) in rt2661_read_eeprom()
2794 (IEEE80211_IS_CHAN_5GHZ(sc->sc_curchan) && sc->ext_5ghz_lna)) in rt2661_rx_tune()
2866 rt2661_bbp_write(sc, 17, sc->ext_5ghz_lna ? 0x44 : 0x34); in rt2661_radar_start()
Drt2860.c2150 if (sc->ext_5ghz_lna) in rt2860_select_chan_group()
3271 sc->ext_5ghz_lna = (val >> 3) & 1; in rt2860_read_eeprom()