Lines Matching refs:corerev
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()
726 if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_c_ucode_bsinit()
734 wlc_hw->corerev); in brcms_c_ucode_bsinit()
738 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_c_ucode_bsinit()
1846 if (!CONF_HAS(D11CONF, wlc_hw->corerev)) { in brcms_c_isgoodchip()
1848 wlc_hw->corerev); in brcms_c_isgoodchip()
1943 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_radio_read_hwdisabled()
2025 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_corereset()
2267 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download()
2275 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_ucode_download()
2276 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_ucode_download()
2284 __func__, wlc_hw->unit, wlc_hw->corerev); 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()
3201 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_b_coreinit()
3207 wlc_hw->corerev); in brcms_b_coreinit()
3210 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_b_coreinit()
3291 brcms_b_write_shm(wlc_hw, M_MACHW_VER, (u16) 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()
4521 sha_params.corerev = wlc_hw->corerev; in brcms_b_attach()
4559 WARN_ON(wlc_hw->corerev < XMTFIFOTBL_STARTREV || in brcms_b_attach()
4560 (wlc_hw->corerev - XMTFIFOTBL_STARTREV) > in brcms_b_attach()
4563 xmtfifo_sz[(wlc_hw->corerev - XMTFIFOTBL_STARTREV)]; in brcms_b_attach()