Home
last modified time | relevance | path

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

/drivers/net/wireless/b43/
Dphy_n.c97 enum ieee80211_band band = b43_current_band(dev->wl); in b43_nphy_ipa()
324 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) { in b43_nphy_rf_ctl_intc_override()
334 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) { in b43_nphy_rf_ctl_intc_override()
344 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) { in b43_nphy_rf_ctl_intc_override()
450 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_nphy_adjust_lna_gain_table()
730 enum ieee80211_band band = b43_current_band(dev->wl); in b43_radio_2056_setup()
743 b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_radio_2056_setup()
755 b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) { in b43_radio_2056_setup()
1076 bool ghz5 = b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ; in b43_radio_init2055()
1338 val = (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) ? 4 : 8; in b43_nphy_rev3_rssi_select()
[all …]
Dphy_lcn.c144 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_radio_2064_init()
571 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_phy_lcn_tx_pwr_ctl_init()
756 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in b43_phy_lcn_op_init()
815 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_phy_lcn_op_switch_channel()
827 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in b43_phy_lcn_op_get_default_chan()
Dtables_nphy.c3106 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in b43_nphy_tables_init_rev3()
3191 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_nphy_get_ipa_gain_table()
3208 enum ieee80211_band band = b43_current_band(dev->wl); in b43_nphy_get_tx_gain_table()
3218 } else if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) { in b43_nphy_get_tx_gain_table()
Dphy_ht.c527 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) { in b43_phy_ht_tx_power_ctl()
602 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_phy_ht_tx_power_ctl_setup()
883 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in b43_phy_ht_op_init()
972 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in b43_phy_ht_op_init()
1053 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_phy_ht_op_switch_channel()
1065 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in b43_phy_ht_op_get_default_chan()
Dphy_lp.c49 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in b43_lpphy_op_get_default_chan()
94 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in lpphy_read_band_sprom()
177 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in lpphy_adjust_gain_table()
241 ((b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) || in lpphy_baseband_rev0_1_init()
283 } else if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ || in lpphy_baseband_rev0_1_init()
329 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in lpphy_baseband_rev0_1_init()
469 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in lpphy_baseband_rev2plus_init()
550 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in lpphy_2062_init()
749 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in lpphy_clear_deaf()
810 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in lpphy_disable_rx_gain_override()
[all …]
Dtables_phy_lcn.c704 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b43_phy_lcn_tables_init()
Dtables_lpphy.c563 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b2062_upload_init_table()
582 if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) { in b2063_upload_init_table()
2382 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in lpphy_rev2plus_write_gain_table()
2387 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in lpphy_rev2plus_write_gain_table()
2426 else if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in lpphy_init_tx_gain_table()
2438 else if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in lpphy_init_tx_gain_table()
2449 else if (b43_current_band(dev->wl) == IEEE80211_BAND_2GHZ) in lpphy_init_tx_gain_table()
Dphy_common.c328 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in b43_switch_channel()
Db43.h981 static inline enum ieee80211_band b43_current_band(struct b43_wl *wl) in b43_current_band() function
Dmain.c677 if (b43_current_band(dev->wl) == IEEE80211_BAND_5GHZ) in b43_set_slot_time()
3928 dev->wl->hw->wiphy->bands[b43_current_band(dev->wl)]; in b43_update_basic_rates()