Searched refs:corerev (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 157 if ((D11REV_GE(pi->sh->corerev, 24)) || in read_radio_reg() 158 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg() 173 if ((D11REV_GE(pi->sh->corerev, 24)) || in write_radio_reg() 174 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg() 195 if (D11REV_GE(pi->sh->corerev, 24)) { in read_radio_id() 342 sh->corerev = shp->corerev; in wlc_phy_shared_attach() 406 if (D11REV_IS(sh->corerev, 4)) in wlc_phy_attach() 743 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_init() 969 if (D11REV_GE(pi->sh->corerev, 11)) in wlc_phy_do_dummy_tx() 1839 if (!(ISNPHY(pi) && D11REV_IS(pi->sh->corerev, 16))) { in wlc_phy_ant_rxdiv_set() [all …]
|
| H A D | phy_hal.h | 152 uint corerev; member
|
| H A D | phy_n.c | 17573 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17589 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 17705 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17725 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 21297 if (D11REV_IS(pi->sh->corerev, 16)) { in wlc_phy_classifier_nphy() 21310 if (D11REV_IS(pi->sh->corerev, 16) && !suspended) in wlc_phy_classifier_nphy() 28098 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpower_recalc_target_nphy() 28106 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpower_recalc_target_nphy()
|
| H A D | phy_int.h | 474 uint corerev; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 716 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_c_ucode_bsinit() 723 wlc_hw->corerev); in brcms_c_ucode_bsinit() 725 if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_c_ucode_bsinit() 733 wlc_hw->corerev); in brcms_c_ucode_bsinit() 737 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_c_ucode_bsinit() 1845 if (!CONF_HAS(D11CONF, wlc_hw->corerev)) { in brcms_c_isgoodchip() 1847 wlc_hw->corerev); in brcms_c_isgoodchip() 1942 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_radio_read_hwdisabled() 2024 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_corereset() 2266 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download() [all …]
|
| H A D | pub.h | 150 uint corerev; /* core revision */ member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | core.h | 85 u32 corerev; member
|
| H A D | common.c | 316 ri->corerev = le32_to_cpu(revinfo.corerev); in brcmf_c_preinit_dcmds()
|
| H A D | fwil_types.h | 796 __le32 corerev; member
|
| H A D | core.c | 1153 seq_printf(s, "corerev: %u\n", ri->corerev); in brcmf_revinfo_read()
|