Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ral/
HDrt2661var.h146 int ext_5ghz_lna; member
HDrt2860var.h177 uint8_t ext_5ghz_lna; member
HDrt2661.c1900 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rt2661_select_band()
1909 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rt2661_select_band()
2145 sc->ext_5ghz_lna = (val >> 6) & 0x1; in rt2661_read_eeprom()
2149 sc->ext_2ghz_lna, sc->ext_5ghz_lna); in rt2661_read_eeprom()
2170 if (sc->ext_5ghz_lna) in rt2661_read_eeprom()
2527 (IEEE80211_IS_CHAN_5GHZ(sc->sc_curchan) && sc->ext_5ghz_lna)) in rt2661_rx_tune()
2598 rt2661_bbp_write(sc, 17, sc->ext_5ghz_lna ? 0x44 : 0x34); in rt2661_radar_start()
HDrt2860.c2351 if (sc->ext_5ghz_lna) { in rt2860_select_chan_group()
3446 sc->ext_5ghz_lna = (val >> 3) & 1; in rt2860_read_eeprom()
/freebsd-11-stable/sys/dev/usb/wlan/
HDif_rumvar.h164 int ext_5ghz_lna; member
HDif_runvar.h193 uint8_t ext_5ghz_lna; member
HDif_rum.c2028 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rum_select_band()
2038 (IEEE80211_IS_CHAN_5GHZ(c) && sc->ext_5ghz_lna)) { in rum_select_band()
2384 sc->ext_5ghz_lna = (val >> 6) & 0x1; in rum_read_eeprom()
2388 sc->ext_2ghz_lna, sc->ext_5ghz_lna); in rum_read_eeprom()
2410 if (sc->ext_5ghz_lna) in rum_read_eeprom()
3218 if (!sc->ext_5ghz_lna && lna != 1) in rum_get_rssi()
HDif_run.c1856 sc->ext_5ghz_lna = (val >> 3) & 1; in run_read_eeprom()
3952 if (sc->ext_5ghz_lna) in run_select_chan_group()