Home
last modified time | relevance | path

Searched refs:phyrev (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dstf.c32 NREV_GT(wlc->band->phyrev, 3) && NREV_LE(wlc->band->phyrev, 6))
238 NREV_GE(wlc->band->phyrev, 3) in _brcms_c_stf_phy_txant_upd()
239 && NREV_LT(wlc->band->phyrev, 7)) in _brcms_c_stf_phy_txant_upd()
H A Dampdu.c249 if (BRCMS_ISNPHY(wlc->band) && NREV_LT(wlc->band->phyrev, 2)) in brcms_c_ampdu_attach()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcore.h94 u32 phyrev; member
H A Dcommon.c324 ri->phyrev = le32_to_cpu(revinfo.phyrev); in brcmf_c_preinit_dcmds()
H A Dfwil_types.h805 __le32 phyrev; member
H A Dcore.c1161 seq_printf(s, "phyrev: %u\n", ri->phyrev); in brcmf_revinfo_read()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h173 u16 *phyrev, u16 *radioid, u16 *radiover);
H A Dphy_n.c23221 uint phyrev = pi->pubpi.phy_rev; in brcms_phy_get_tx_pwrctrl_tbl() local
23228 if (NREV_IS(phyrev, 3)) in brcms_phy_get_tx_pwrctrl_tbl()
23230 else if (NREV_IS(phyrev, 4)) in brcms_phy_get_tx_pwrctrl_tbl()
23238 if (NREV_GE(phyrev, 7)) { in brcms_phy_get_tx_pwrctrl_tbl()
23246 if (NREV_GE(phyrev, 5) && in brcms_phy_get_tx_pwrctrl_tbl()
23309 uint phyrev = pi->pubpi.phy_rev; in wlc_phy_get_tx_gain_nphy() local
23314 if (NREV_GE(phyrev, 3)) { in wlc_phy_get_tx_gain_nphy()
23317 if (NREV_GE(phyrev, 7)) { in wlc_phy_get_tx_gain_nphy()
27744 uint phyrev = pi->pubpi.phy_rev; in wlc_phy_txpwr_fixpower_nphy() local
27746 if (NREV_GE(phyrev, 3)) { in wlc_phy_txpwr_fixpower_nphy()
[all …]
H A Dphy_cmn.c580 wlc_phy_get_phyversion(struct brcms_phy_pub *pih, u16 *phytype, u16 *phyrev, in wlc_phy_get_phyversion() argument
585 *phyrev = (u16) pi->pubpi.phy_rev; in wlc_phy_get_phyversion()