Home
last modified time | relevance | path

Searched refs:si_pub (Results 1 – 9 of 9) sorted by relevance

/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Daiutils.h134 struct si_pub { struct
158 struct si_pub pub; /* back plane public state (must be first) */ argument
178 struct si_pub *ai_attach(struct bcma_bus *pbus);
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);
[all …]
Daiutils.c472 struct si_pub *sih = &sii->pub; in ai_doattach()
509 struct si_pub *
524 return (struct si_pub *) sii; in ai_attach()
528 void ai_detach(struct si_pub *sih) in ai_detach()
543 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) in ai_cc_reg()
563 static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) in ai_slowclk_src()
572 static uint ai_slowclk_freq(struct si_pub *sih, bool max_freq, in ai_slowclk_freq()
584 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) in ai_clkctl_setdelay()
613 void ai_clkctl_init(struct si_pub *sih) in ai_clkctl_init()
636 u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih) in ai_clkctl_fast_pwrup_delay()
[all …]
Dpmu.h23 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih);
24 u32 si_pmu_measure_alpclk(struct si_pub *sih);
Dpmu.c101 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih) in si_pmu_fast_pwrup_delay()
118 u32 si_pmu_measure_alpclk(struct si_pub *sih) in si_pmu_measure_alpclk()
Dpub.h151 struct si_pub *sih; /* SI handle (cookie for siutils calls) */
Dtypes.h286 struct si_pub;
Dmain.h332 struct si_pub *sih; /* SI handle (cookie for siutils calls) */
Ddma.c553 struct si_pub *sih = wlc->hw->sih; in dma_attach()
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_hal.h154 struct si_pub *sih;