Lines Matching defs:sih
324 #define PCI(sih) (ai_get_buscoretype(sih) == PCI_CORE_ID) argument
325 #define PCIE(sih) (ai_get_buscoretype(sih) == PCIE_CORE_ID) argument
327 #define PCI_FORCEHT(sih) (PCIE(sih) && (ai_get_chip_id(sih) == BCM4716_CHIP_ID)) argument
563 struct si_pub *sih = &sii->pub; in ai_doattach() local
691 void ai_detach(struct si_pub *sih) in ai_detach()
712 struct bcma_device *ai_findcore(struct si_pub *sih, u16 coreid, u16 coreunit) in ai_findcore()
735 uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) in ai_cc_reg()
756 static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) in ai_slowclk_src()
779 static uint ai_slowclk_freq(struct si_pub *sih, bool max_freq, in ai_slowclk_freq()
815 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) in ai_clkctl_setdelay()
845 void ai_clkctl_init(struct si_pub *sih) in ai_clkctl_init()
868 u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih) in ai_clkctl_fast_pwrup_delay()
895 int ai_clkctl_xtal(struct si_pub *sih, uint what, bool on) in ai_clkctl_xtal()
1036 bool ai_clkctl_cc(struct si_pub *sih, uint mode) in ai_clkctl_cc()
1052 void ai_pci_up(struct si_pub *sih) in ai_pci_up()
1067 void ai_pci_sleep(struct si_pub *sih) in ai_pci_sleep()
1077 void ai_pci_down(struct si_pub *sih) in ai_pci_down()
1094 void ai_pci_setup(struct si_pub *sih, uint coremask) in ai_pci_setup()
1121 int ai_pci_fixcfg(struct si_pub *sih) in ai_pci_fixcfg()
1133 u32 ai_gpiocontrol(struct si_pub *sih, u32 mask, u32 val, u8 priority) in ai_gpiocontrol()
1141 void ai_chipcontrl_epa4331(struct si_pub *sih, bool on) in ai_chipcontrl_epa4331()
1166 void ai_epa_4313war(struct si_pub *sih) in ai_epa_4313war()
1177 bool ai_deviceremoved(struct si_pub *sih) in ai_deviceremoved()
1191 bool ai_is_sprom_available(struct si_pub *sih) in ai_is_sprom_available()
1215 bool ai_is_otp_disabled(struct si_pub *sih) in ai_is_otp_disabled()
1230 uint ai_get_buscoretype(struct si_pub *sih) in ai_get_buscoretype()
1236 uint ai_get_buscorerev(struct si_pub *sih) in ai_get_buscorerev()