Home
last modified time | relevance | path

Searched refs:CHSPEC_IS5G (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/brcm80211/include/
Dbrcmu_wifi.h109 #define CHSPEC_IS5G(chspec) \ macro
129 #define CHSPEC2BAND(chspec) (CHSPEC_IS5G(chspec) ? BRCM_BAND_5G : BRCM_BAND_2G)
146 return CHSPEC_IS5G(chspec) ? BAND_5G_INDEX : BAND_2G_INDEX; in chspec_bandunit()
/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c14737 if (CHSPEC_IS5G(pi->radio_chanspec)) { in wlc_phy_ipa_set_tx_digi_filts_nphy()
15599 triso = (CHSPEC_IS5G(pi->radio_chanspec)) ? pi->srom_fem5g.triso : in wlc_phy_workarounds_nphy_gainctrl()
16177 if (CHSPEC_IS5G(pi->radio_chanspec)) in wlc_phy_workarounds_nphy()
16634 (CHSPEC_IS5G(pi->radio_chanspec)) ? pi->srom_fem5g. in wlc_phy_workarounds_nphy()
16795 (CHSPEC_IS5G(pi->radio_chanspec)) ? pi->srom_fem5g. in wlc_phy_workarounds_nphy()
16974 (CHSPEC_IS5G(pi->radio_chanspec)) ? pi->srom_fem5g. in wlc_phy_workarounds_nphy()
16984 (CHSPEC_IS5G(pi->radio_chanspec))) || in wlc_phy_workarounds_nphy()
17004 if (CHSPEC_IS5G(pi->radio_chanspec)) { in wlc_phy_workarounds_nphy()
17046 if (CHSPEC_IS5G(pi->radio_chanspec) && pi->phy_5g_pwrgain) { in wlc_phy_workarounds_nphy()
17789 (CHSPEC_IS5G in wlc_phy_txpwrctrl_pwr_setup_nphy()
[all …]
Dphy_lcn.c2469 if (CHSPEC_IS5G(pi->radio_chanspec)) in wlc_lcnphy_tx_iqlo_loopback()
2474 if (CHSPEC_IS5G(pi->radio_chanspec)) in wlc_lcnphy_tx_iqlo_loopback()
2484 if (CHSPEC_IS5G(pi->radio_chanspec)) in wlc_lcnphy_tx_iqlo_loopback()
2489 if (CHSPEC_IS5G(pi->radio_chanspec)) in wlc_lcnphy_tx_iqlo_loopback()
2661 band_idx = (CHSPEC_IS5G(pi->radio_chanspec) ? 1 : 0); in wlc_lcnphy_tx_iqlo_cal()
3870 if (CHSPEC_IS5G(pi->radio_chanspec)) { in wlc_lcnphy_txpwrtbl_iqlo_cal()
4286 if (CHSPEC_IS5G(pi->radio_chanspec)) in wlc_lcnphy_load_tx_gain_table()
4470 if (CHSPEC_IS5G(pi->radio_chanspec) && lcnphyregs[i].do_init_a) in wlc_radio_2064_init()
4668 if (CHSPEC_IS5G(pi->radio_chanspec)) { in wlc_lcnphy_rev2_baseband_init()
Dphy_int.h1086 (pi->ipa5g_on && CHSPEC_IS5G(pi->radio_chanspec)))
Dphy_cmn.c967 if (CHSPEC_IS5G(pi->radio_chanspec)) { in wlc_phy_init_radio_regs()
1184 if (CHSPEC_IS5G(chanspec)) in wlc_phy_chanspec_set()
/drivers/net/wireless/brcm80211/brcmsmac/
Dchannel.c586 if (!CHSPEC_IS5G(chanspec) && !CHSPEC_IS2G(chanspec)) in brcms_c_chspec_malformed()