Searched refs:sih (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
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 Daiutils.h166 * Many of the routines below take an 'sih' handle as their first arg.
168 * At any one time, the sih is logically focused on one particular si core
179 void ai_detach(struct si_pub *sih);
180 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
181 void ai_clkctl_init(struct si_pub *sih);
182 u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih);
183 bool ai_clkctl_cc(struct si_pub *sih, enum bcma_clkmode mode);
184 bool ai_deviceremoved(struct si_pub *sih);
187 void ai_epa_4313war(struct si_pub *sih);
189 static inline u32 ai_get_cccaps(struct si_pub *sih) argument
194 ai_get_pmurev(struct si_pub *sih) argument
199 ai_get_pmucaps(struct si_pub *sih) argument
204 ai_get_boardtype(struct si_pub *sih) argument
209 ai_get_boardvendor(struct si_pub *sih) argument
214 ai_get_chip_id(struct si_pub *sih) argument
219 ai_get_chiprev(struct si_pub *sih) argument
224 ai_get_chippkg(struct si_pub *sih) argument
[all...]
H A Dpmu.c101 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih) argument
105 switch (ai_get_chip_id(sih)) {
118 u32 si_pmu_measure_alpclk(struct si_pub *sih) argument
120 struct si_info *sii = container_of(sih, struct si_info, pub);
124 if (ai_get_pmurev(sih) < 10)
H A Daiutils.c472 struct si_pub *sih = &sii->pub; local
481 sih->chip = pbus->chipinfo.id;
482 sih->chiprev = pbus->chipinfo.rev;
483 sih->chippkg = pbus->chipinfo.pkg;
484 sih->boardvendor = pbus->boardinfo.vendor;
485 sih->boardtype = pbus->boardinfo.type;
495 if (ai_get_cccaps(sih) & CC_CAP_PMU) {
496 (void)si_pmu_measure_alpclk(sih);
528 void ai_detach(struct si_pub *sih) argument
532 sii = container_of(sih, struc
543 ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) argument
563 ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) argument
572 ai_slowclk_freq(struct si_pub *sih, bool max_freq, struct bcma_device *cc) argument
584 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) argument
613 ai_clkctl_init(struct si_pub *sih) argument
636 ai_clkctl_fast_pwrup_delay(struct si_pub *sih) argument
670 ai_clkctl_cc(struct si_pub *sih, enum bcma_clkmode mode) argument
683 ai_epa_4313war(struct si_pub *sih) argument
695 ai_deviceremoved(struct si_pub *sih) argument
[all...]
H A Dmain.c394 return ai_deviceremoved(wlc->hw->sih);
1245 if (ai_get_cccaps(wlc_hw->sih) & CC_CAP_PMU) {
1269 if ((ai_get_pmurev(wlc_hw->sih) == 0) &&
1291 wlc_hw->forcefastclk = ai_clkctl_cc(wlc_hw->sih, mode);
1744 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_addr),
1747 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data),
1750 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data),
1753 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_data),
1886 if (ai_get_boardvendor(wlc_hw->sih) != PCI_VENDOR_ID_BROADCOM)
2065 if (ai_get_cccaps(wlc_hw->sih)
[all...]
H A Dpub.h151 struct si_pub *sih; /* SI handle (cookie for siutils calls) */ member in struct:brcms_pub
H A Ddma.c553 struct si_pub *sih = wlc->hw->sih; local
558 struct si_info *sii = container_of(sih, struct si_info, pub);
H A Dmain.h332 struct si_pub *sih; /* SI handle (cookie for siutils calls) */ member in struct:brcms_hardware
/drivers/mfd/
H A Dtwl4030-irq.c68 struct sih { struct
90 static const struct sih *sih_modules;
121 static const struct sih sih_modules_twl4030[6] = {
181 static const struct sih sih_modules_twl5031[8] = {
329 const struct sih *sih; local
342 sih = sih_modules;
343 for (i = 0; i < nr_sih_modules; i++, sih++) {
345 if (!sih->bytes_ixr)
349 if (sih
438 const struct sih *sih; member in struct:sih_agent
497 const struct sih *sih = agent->sih; local
581 sih_read_isr(const struct sih *sih) argument
605 const struct sih *sih = agent->sih; local
636 const struct sih *sih = NULL; local
[all...]
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_hal.h165 struct si_pub *sih; member in struct:shared_phy_params

Completed in 131 milliseconds