Lines Matching refs:sih

394 		return ai_deviceremoved(wlc->hw->sih);  in brcms_deviceremoved()
1244 if (ai_get_cccaps(wlc_hw->sih) & CC_CAP_PMU) { in brcms_b_clkctl_clk()
1268 if ((ai_get_pmurev(wlc_hw->sih) == 0) && in brcms_b_clkctl_clk()
1290 wlc_hw->forcefastclk = ai_clkctl_cc(wlc_hw->sih, mode); in brcms_b_clkctl_clk()
1743 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_addr), in brcms_b_core_phypll_reset()
1746 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1749 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1752 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1885 if (ai_get_boardvendor(wlc_hw->sih) != PCI_VENDOR_ID_BROADCOM) in brcms_c_validboardtype()
2064 if (ai_get_cccaps(wlc_hw->sih) & CC_CAP_PMU) in brcms_b_corereset()
2147 if ((ai_get_chip_id(wlc_hw->sih) == BCMA_CHIP_ID_BCM43224) || in brcms_b_switch_macfreq()
2148 (ai_get_chip_id(wlc_hw->sih) == BCMA_CHIP_ID_BCM43225)) { in brcms_b_switch_macfreq()
2827 if ((ai_get_chip_id(wlc_hw->sih) == BCMA_CHIP_ID_BCM4313)) { in brcms_b_core_phypll_ctl()
3311 wlc->fastpwrup_dly = ai_clkctl_fast_pwrup_delay(wlc_hw->sih); in brcms_b_coreinit()
4439 wlc_hw->sih = ai_attach(core->bus); in brcms_b_attach()
4440 if (wlc_hw->sih == NULL) { in brcms_b_attach()
4473 ai_clkctl_init(wlc_hw->sih); in brcms_b_attach()
4500 unit, ai_get_boardtype(wlc_hw->sih), in brcms_b_attach()
4521 if ((ai_get_chip_id(wlc_hw->sih) == BCMA_CHIP_ID_BCM43225)) in brcms_b_attach()
4529 wlc->pub->sih = wlc_hw->sih; in brcms_b_attach()
4547 sha_params.sih = wlc_hw->sih; in brcms_b_attach()
4553 sha_params.chip = ai_get_chip_id(wlc_hw->sih); in brcms_b_attach()
4554 sha_params.chiprev = ai_get_chiprev(wlc_hw->sih); in brcms_b_attach()
4555 sha_params.chippkg = ai_get_chippkg(wlc_hw->sih); in brcms_b_attach()
4557 sha_params.boardtype = ai_get_boardtype(wlc_hw->sih); in brcms_b_attach()
4699 ai_get_boardtype(wlc_hw->sih)); in brcms_b_attach()
4858 if (wlc_hw->sih) { in brcms_b_detach()
4859 ai_detach(wlc_hw->sih); in brcms_b_detach()
4860 wlc_hw->sih = NULL; in brcms_b_detach()
4918 ai_clkctl_init(wlc_hw->sih); in brcms_b_hw_up()
4938 && (ai_get_chip_id(wlc_hw->sih) == BCMA_CHIP_ID_BCM4313)) { in brcms_b_hw_up()
4942 ai_epa_4313war(wlc_hw->sih); in brcms_b_hw_up()
4955 ai_clkctl_init(wlc_hw->sih); in brcms_b_up_prep()
5030 && (ai_get_chip_id(wlc->hw->sih) == BCMA_CHIP_ID_BCM4313)) { in brcms_c_up()
7836 __func__, ai_get_chip_id(wlc_hw->sih), in brcms_c_dpc()
7837 ai_get_chiprev(wlc_hw->sih)); in brcms_c_dpc()