Searched refs:si_pub (Results 1 – 9 of 9) sorted by relevance
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | aiutils.h | 134 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 …]
|
D | aiutils.c | 472 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 …]
|
D | pmu.h | 23 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih); 24 u32 si_pmu_measure_alpclk(struct si_pub *sih);
|
D | pmu.c | 101 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()
|
D | pub.h | 151 struct si_pub *sih; /* SI handle (cookie for siutils calls) */
|
D | types.h | 286 struct si_pub;
|
D | main.h | 332 struct si_pub *sih; /* SI handle (cookie for siutils calls) */
|
D | dma.c | 553 struct si_pub *sih = wlc->hw->sih; in dma_attach()
|
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 154 struct si_pub *sih;
|