Searched refs:NREV_GE (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 97 #define NPHY_IS_SROM_REINTERPRET NREV_GE(pi->pubpi.phy_rev, 5) 14116 if (NREV_GE(pi->pubpi.phy_rev, 16)) in wlc_phy_bist_check_phy() 14182 if (NREV_GE(pi->pubpi.phy_rev, 16)) { in wlc_phy_static_table_download_nphy() 14186 } else if (NREV_GE(pi->pubpi.phy_rev, 7)) { in wlc_phy_static_table_download_nphy() 14190 } else if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_static_table_download_nphy() 14209 if (NREV_GE(pi->pubpi.phy_rev, 7)) { in wlc_phy_tbl_init_nphy() 14277 } else if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_tbl_init_nphy() 14357 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_txpwrctrl_config_nphy() 14367 NREV_GE(pi->pubpi.phy_rev, 2) && (pi->sh->sromrev >= 4)) in wlc_phy_txpwrctrl_config_nphy() 14606 if (NREV_GE(pi->pubpi.phy_rev, 3) && NREV_LT(pi->pubpi.phy_rev, 6)) in wlc_phy_attach_nphy() [all …]
|
D | phy_cmn.c | 158 if (NREV_GE(pi->pubpi.phy_rev, 7)) in read_radio_reg() 332 if (NREV_GE(pi->pubpi.phy_rev, 3) in wlc_set_phy_uninitted() 632 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_anacore() 641 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_anacore() 1977 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_txpower_ipa_upd() 2193 if (NREV_GE(pi->pubpi.phy_rev, 3)) in wlc_phy_noise_calc_phy() 2834 if (NREV_GE(pi->pubpi.phy_rev, 6)) { in wlc_phy_stf_chain_active_get()
|
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | main.h | 223 NREV_GE(wlc->band->phyrev, 3)) 226 NREV_GE(wlc->band->phyrev, 3)) || \
|
D | types.h | 176 #define NREV_GE(var, val) \ macro
|
D | stf.c | 238 NREV_GE(wlc->band->phyrev, 3) in _brcms_c_stf_phy_txant_upd()
|
D | main.c | 1601 else if (BRCMS_ISNPHY(wlc->band) && (NREV_GE(wlc->band->phyrev, 3))) in brcms_b_upd_synthpu() 1786 if (BRCMS_ISNPHY(wlc_hw->band) && NREV_GE(wlc_hw->band->phyrev, 3) && in brcms_b_phy_reset()
|