Searched refs:NREV_GE (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_n.c | 14762 NREV_GE(pi->pubpi.phy_rev, in wlc_phy_set_rfseq_nphy() 19245 (NREV_GE(pi->pubpi.phy_rev, 5) in wlc_phy_init_nphy() 23248 if (NREV_GE(phyrev, 7)) { in brcms_phy_get_tx_pwrctrl_tbl() 23256 if (NREV_GE(phyrev, 5) && in brcms_phy_get_tx_pwrctrl_tbl() 23324 if (NREV_GE(phyrev, 3)) { in wlc_phy_get_tx_gain_nphy() 23327 if (NREV_GE(phyrev, 7)) { in wlc_phy_get_tx_gain_nphy() 27755 if (NREV_GE(phyrev, 3)) { in wlc_phy_txpwr_fixpower_nphy() 27780 if (NREV_GE(phyrev, 5) && in wlc_phy_txpwr_fixpower_nphy() 27795 if (NREV_GE(phyrev, 3)) in wlc_phy_txpwr_fixpower_nphy() 27800 if (NREV_GE(phyrev, 7)) in wlc_phy_txpwr_fixpower_nphy() [all …]
|
H A 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() 633 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_anacore() 642 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_anacore() 1978 if (NREV_GE(pi->pubpi.phy_rev, 3)) { in wlc_phy_txpower_ipa_upd() 2194 if (NREV_GE(pi->pubpi.phy_rev, 3)) in wlc_phy_noise_calc_phy() 2835 if (NREV_GE(pi->pubpi.phy_rev, 6)) { in wlc_phy_stf_chain_active_get()
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 223 NREV_GE(wlc->band->phyrev, 3)) 226 NREV_GE(wlc->band->phyrev, 3)) || \
|
H A D | types.h | 176 #define NREV_GE(var, val) \ macro
|
H A D | stf.c | 238 NREV_GE(wlc->band->phyrev, 3) in _brcms_c_stf_phy_txant_upd()
|
H A 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()
|