Searched refs:corerev (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | main.c | 717 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_c_ucode_bsinit() 724 wlc_hw->corerev); in brcms_c_ucode_bsinit() 734 wlc_hw->corerev); in brcms_c_ucode_bsinit() 1848 wlc_hw->corerev); in brcms_c_isgoodchip() 2267 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download() 3194 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_b_coreinit() 3200 wlc_hw->corerev); in brcms_b_coreinit() 3207 wlc_hw->corerev); in brcms_b_coreinit() 4435 wlc_hw->corerev = core->id.rev; in brcms_b_attach() 4501 wlc->pub->corerev = wlc_hw->corerev; in brcms_b_attach() [all …]
|
| A D | pub.h | 150 uint corerev; /* core revision */ member
|
| A D | main.h | 324 uint corerev; /* core revision */ member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| A D | phy_cmn.c | 174 if ((D11REV_GE(pi->sh->corerev, 24)) || in read_radio_reg() 175 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg() 190 if ((D11REV_GE(pi->sh->corerev, 24)) || in write_radio_reg() 191 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg() 212 if (D11REV_GE(pi->sh->corerev, 24)) { in read_radio_id() 364 sh->corerev = shp->corerev; in wlc_phy_shared_attach() 428 if (D11REV_IS(sh->corerev, 4)) in wlc_phy_attach() 777 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_init() 1003 if (D11REV_GE(pi->sh->corerev, 11)) in wlc_phy_do_dummy_tx() 2145 if (!(ISNPHY(pi) && D11REV_IS(pi->sh->corerev, 16))) { in wlc_phy_ant_rxdiv_set() [all …]
|
| A D | phy_hal.h | 152 uint corerev; member
|
| 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() 21302 if (D11REV_IS(pi->sh->corerev, 16)) { in wlc_phy_classifier_nphy() 21315 if (D11REV_IS(pi->sh->corerev, 16) && !suspended) in wlc_phy_classifier_nphy() 28103 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpower_recalc_target_nphy() 28111 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpower_recalc_target_nphy()
|
| A D | phy_int.h | 474 uint corerev; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| A D | core.h | 85 u32 corerev; member
|
| A D | common.c | 317 ri->corerev = le32_to_cpu(revinfo.corerev); in brcmf_c_preinit_dcmds()
|
| A D | fwil_types.h | 796 __le32 corerev; member
|
| A D | core.c | 1143 seq_printf(s, "corerev: %u\n", ri->corerev); in brcmf_revinfo_read()
|
Completed in 801 milliseconds