Lines Matching refs:corerev

723 	if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) {  in brcms_c_ucode_bsinit()
730 wlc_hw->corerev); in brcms_c_ucode_bsinit()
732 if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_c_ucode_bsinit()
740 wlc_hw->corerev); in brcms_c_ucode_bsinit()
744 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_c_ucode_bsinit()
1864 if (!CONF_HAS(D11CONF, wlc_hw->corerev)) { in brcms_c_isgoodchip()
1866 wlc_hw->corerev); in brcms_c_isgoodchip()
1961 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_radio_read_hwdisabled()
2043 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_corereset()
2288 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download()
2296 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_ucode_download()
2297 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_ucode_download()
2305 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_ucode_download()
3218 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_b_coreinit()
3224 wlc_hw->corerev); in brcms_b_coreinit()
3225 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_b_coreinit()
3231 wlc_hw->corerev); in brcms_b_coreinit()
3234 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_b_coreinit()
3315 brcms_b_write_shm(wlc_hw, M_MACHW_VER, (u16) wlc_hw->corerev); in brcms_b_coreinit()
4464 wlc_hw->corerev = core->id.rev; in brcms_b_attach()
4530 wlc->pub->corerev = wlc_hw->corerev; in brcms_b_attach()
4550 sha_params.corerev = wlc_hw->corerev; in brcms_b_attach()
4588 WARN_ON((wlc_hw->corerev - XMTFIFOTBL_STARTREV) < 0 || in brcms_b_attach()
4589 (wlc_hw->corerev - XMTFIFOTBL_STARTREV) > in brcms_b_attach()
4592 xmtfifo_sz[(wlc_hw->corerev - XMTFIFOTBL_STARTREV)]; in brcms_b_attach()