• Home
  • Raw
  • Download

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()
1865 if (!CONF_HAS(D11CONF, wlc_hw->corerev)) { in brcms_c_isgoodchip()
1867 wlc_hw->corerev); in brcms_c_isgoodchip()
1962 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_radio_read_hwdisabled()
2044 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_corereset()
2289 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download()
2297 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_ucode_download()
2298 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_ucode_download()
2306 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_ucode_download()
3219 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_b_coreinit()
3225 wlc_hw->corerev); in brcms_b_coreinit()
3226 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_b_coreinit()
3232 wlc_hw->corerev); in brcms_b_coreinit()
3235 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_b_coreinit()
3316 brcms_b_write_shm(wlc_hw, M_MACHW_VER, (u16) wlc_hw->corerev); in brcms_b_coreinit()
4465 wlc_hw->corerev = core->id.rev; in brcms_b_attach()
4531 wlc->pub->corerev = wlc_hw->corerev; in brcms_b_attach()
4551 sha_params.corerev = wlc_hw->corerev; in brcms_b_attach()
4589 WARN_ON((wlc_hw->corerev - XMTFIFOTBL_STARTREV) < 0 || in brcms_b_attach()
4590 (wlc_hw->corerev - XMTFIFOTBL_STARTREV) > in brcms_b_attach()
4593 xmtfifo_sz[(wlc_hw->corerev - XMTFIFOTBL_STARTREV)]; in brcms_b_attach()