Home
last modified time | relevance | path

Searched refs:sih (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mfd/
H A Dtwl4030-irq.c56 struct sih { struct
78 static const struct sih *sih_modules; argument
109 static const struct sih sih_modules_twl4030[6] = {
169 static const struct sih sih_modules_twl5031[8] = {
317 const struct sih *sih; in twl4030_init_sih_modules() local
330 sih = sih_modules; in twl4030_init_sih_modules()
331 for (i = 0; i < nr_sih_modules; i++, sih++) { in twl4030_init_sih_modules()
333 if (!sih->bytes_ixr) in twl4030_init_sih_modules()
337 if (sih->irq_lines <= line) in twl4030_init_sih_modules()
340 status = twl_i2c_write(sih->module, buf, in twl4030_init_sih_modules()
[all …]
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Daiutils.c472 struct si_pub *sih = &sii->pub; in ai_doattach() local
481 sih->chip = pbus->chipinfo.id; in ai_doattach()
482 sih->chiprev = pbus->chipinfo.rev; in ai_doattach()
483 sih->chippkg = pbus->chipinfo.pkg; in ai_doattach()
484 sih->boardvendor = pbus->boardinfo.vendor; in ai_doattach()
485 sih->boardtype = pbus->boardinfo.type; in ai_doattach()
495 if (ai_get_cccaps(sih) & CC_CAP_PMU) { in ai_doattach()
496 (void)si_pmu_measure_alpclk(sih); in ai_doattach()
528 void ai_detach(struct si_pub *sih) in ai_detach() argument
532 sii = container_of(sih, struct si_info, pub); in ai_detach()
[all …]
H A Dpmu.h23 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih);
24 u32 si_pmu_measure_alpclk(struct si_pub *sih);
H A Dmain.c388 return ai_deviceremoved(wlc->hw->sih); in brcms_deviceremoved()
1228 if (ai_get_cccaps(wlc_hw->sih) & CC_CAP_PMU) { in brcms_b_clkctl_clk()
1252 if ((ai_get_pmurev(wlc_hw->sih) == 0) && in brcms_b_clkctl_clk()
1274 wlc_hw->forcefastclk = ai_clkctl_cc(wlc_hw->sih, mode); in brcms_b_clkctl_clk()
1727 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_addr), in brcms_b_core_phypll_reset()
1730 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1733 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1736 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data), in brcms_b_core_phypll_reset()
1866 if (ai_get_boardvendor(wlc_hw->sih) != PCI_VENDOR_ID_BROADCOM) in brcms_c_validboardtype()
2045 if (ai_get_cccaps(wlc_hw->sih) & CC_CAP_PMU) in brcms_b_corereset()
[all …]
H A Dpub.h151 struct si_pub *sih; /* SI handle (cookie for siutils calls) */ member
H A Ddma.c553 struct si_pub *sih = wlc->hw->sih; in dma_attach() local
558 struct si_info *sii = container_of(sih, struct si_info, pub); in dma_attach()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_hal.h149 struct si_pub *sih; member