Home
last modified time | relevance | path

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

/netbsd/sys/dev/usb/
H A Dif_rumvar.h135 int ext_5ghz_lna; member
H A Dif_runvar.h167 uint8_t ext_5ghz_lna; member
H A Dif_rum.c1640 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rum_select_band()
1650 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rum_select_band()
1871 sc->ext_5ghz_lna = (val >> 6) & 0x1; in rum_read_eeprom()
1875 sc->ext_2ghz_lna, sc->ext_5ghz_lna)); in rum_read_eeprom()
H A Dif_run.c1647 sc->ext_5ghz_lna = (val >> 3) & 1; in run_read_eeprom()
2904 if (sc->ext_5ghz_lna) in run_select_chan_group()
/netbsd/sys/dev/ic/
H A Drt2661var.h145 int ext_5ghz_lna; member
H A Drt2860var.h176 uint8_t ext_5ghz_lna; member
H A Drt2661.c2183 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rt2661_select_band()
2193 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rt2661_select_band()
2456 sc->ext_5ghz_lna = (val >> 6) & 0x1; in rt2661_read_eeprom()
2460 sc->ext_2ghz_lna, sc->ext_5ghz_lna)); in rt2661_read_eeprom()
2473 if (sc->ext_5ghz_lna) in rt2661_read_eeprom()
2838 (IEEE80211_IS_CHAN_5GHZ(sc->sc_curchan) && sc->ext_5ghz_lna)) in rt2661_rx_tune()
2910 rt2661_bbp_write(sc, 17, sc->ext_5ghz_lna ? 0x44 : 0x34); in rt2661_radar_start()
H A Drt2860.c2292 if (sc->ext_5ghz_lna) in rt2860_select_chan_group()
3403 sc->ext_5ghz_lna = (val >> 3) & 1; in rt2860_read_eeprom()