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

12

/drivers/net/wireless/bcmdhd/include/
H A Dsiutils.h98 #define ISSIM_ENAB(sih) 0
102 #define PMUCTL_ENAB(sih) (BCMPMUCTL)
104 #define PMUCTL_ENAB(sih) ((sih)->cccaps & CC_CAP_PMU)
109 #define CCCTL_ENAB(sih) (0)
110 #define CCPLL_ENAB(sih) (0)
112 #define CCCTL_ENAB(sih) ((sih)->cccaps & CC_CAP_PWR_CTL)
113 #define CCPLL_ENAB(sih) ((sih)
244 si_eci_init(si_t *sih) argument
248 si_seci_init(si_t *sih, uint8 use_seci) argument
[all...]
H A Dhndpmu.h31 extern void si_pmu_otp_power(si_t *sih, osl_t *osh, bool on);
32 extern void si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength);
34 extern void si_pmu_minresmask_htavail_set(si_t *sih, osl_t *osh, bool set_clear);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dpmu.h23 extern u16 si_pmu_fast_pwrup_delay(struct si_pub *sih);
24 extern void si_pmu_sprom_enable(struct si_pub *sih, bool enable);
25 extern u32 si_pmu_chipcontrol(struct si_pub *sih, uint reg, u32 mask, u32 val);
26 extern u32 si_pmu_regcontrol(struct si_pub *sih, uint reg, u32 mask, u32 val);
27 extern u32 si_pmu_alp_clock(struct si_pub *sih);
28 extern void si_pmu_pllupd(struct si_pub *sih);
29 extern void si_pmu_spuravoid_pllupdate(struct si_pub *sih, u8 spuravoid);
30 extern u32 si_pmu_pllcontrol(struct si_pub *sih, uint reg, u32 mask, u32 val);
31 extern void si_pmu_init(struct si_pub *sih);
32 extern void si_pmu_res_init(struct si_pub *sih);
[all...]
H A Daiutils.h183 * Many of the routines below take an 'sih' handle as their first arg.
185 * At any one time, the sih is logically focused on one particular si core
192 extern struct bcma_device *ai_findcore(struct si_pub *sih,
198 extern void ai_detach(struct si_pub *sih);
199 extern uint ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val);
200 extern void ai_pci_setup(struct si_pub *sih, uint coremask);
201 extern void ai_clkctl_init(struct si_pub *sih);
202 extern u16 ai_clkctl_fast_pwrup_delay(struct si_pub *sih);
203 extern bool ai_clkctl_cc(struct si_pub *sih, uint mode);
204 extern int ai_clkctl_xtal(struct si_pub *sih, uin
227 ai_get_ccrev(struct si_pub *sih) argument
232 ai_get_cccaps(struct si_pub *sih) argument
237 ai_get_pmurev(struct si_pub *sih) argument
242 ai_get_pmucaps(struct si_pub *sih) argument
247 ai_get_boardtype(struct si_pub *sih) argument
252 ai_get_boardvendor(struct si_pub *sih) argument
257 ai_get_chip_id(struct si_pub *sih) argument
262 ai_get_chiprev(struct si_pub *sih) argument
267 ai_get_chippkg(struct si_pub *sih) argument
[all...]
H A Dsrom.h23 extern int srom_var_init(struct si_pub *sih);
24 extern void srom_free_vars(struct si_pub *sih);
26 extern int srom_read(struct si_pub *sih, uint bus, void *curmap,
H A Dpmu.c112 static void si_pmu_res_masks(struct si_pub *sih, u32 * pmin, u32 * pmax) argument
118 rsrcs = (ai_get_pmucaps(sih) & PCAP_RC_MASK) >> PCAP_RC_SHIFT;
121 switch (ai_get_chip_id(sih)) {
142 void si_pmu_spuravoid_pllupdate(struct si_pub *sih, u8 spuravoid) argument
148 core = ai_findcore(sih, BCMA_CORE_CHIPCOMMON, 0);
150 switch (ai_get_chip_id(sih)) {
215 u16 si_pmu_fast_pwrup_delay(struct si_pub *sih) argument
219 switch (ai_get_chip_id(sih)) {
233 u32 si_pmu_chipcontrol(struct si_pub *sih, uint reg, u32 mask, u32 val) argument
235 ai_cc_reg(sih, offseto
241 si_pmu_regcontrol(struct si_pub *sih, uint reg, u32 mask, u32 val) argument
249 si_pmu_pllcontrol(struct si_pub *sih, uint reg, u32 mask, u32 val) argument
257 si_pmu_pllupd(struct si_pub *sih) argument
264 si_pmu_alp_clock(struct si_pub *sih) argument
287 si_pmu_init(struct si_pub *sih) argument
302 si_pmu_res_init(struct si_pub *sih) argument
329 si_pmu_measure_alpclk(struct si_pub *sih) argument
[all...]
H A Daiutils.c324 #define PCI(sih) (ai_get_buscoretype(sih) == PCI_CORE_ID)
325 #define PCIE(sih) (ai_get_buscoretype(sih) == PCIE_CORE_ID)
327 #define PCI_FORCEHT(sih) (PCIE(sih) && (ai_get_chip_id(sih) == BCM4716_CHIP_ID))
563 struct si_pub *sih = &sii->pub; local
590 sih->chip = w & CID_ID_MASK;
591 sih
691 ai_detach(struct si_pub *sih) argument
712 ai_findcore(struct si_pub *sih, u16 coreid, u16 coreunit) argument
735 ai_cc_reg(struct si_pub *sih, uint regoff, u32 mask, u32 val) argument
756 ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) argument
779 ai_slowclk_freq(struct si_pub *sih, bool max_freq, struct bcma_device *cc) argument
815 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) argument
845 ai_clkctl_init(struct si_pub *sih) argument
868 ai_clkctl_fast_pwrup_delay(struct si_pub *sih) argument
895 ai_clkctl_xtal(struct si_pub *sih, uint what, bool on) argument
1036 ai_clkctl_cc(struct si_pub *sih, uint mode) argument
1052 ai_pci_up(struct si_pub *sih) argument
1067 ai_pci_sleep(struct si_pub *sih) argument
1077 ai_pci_down(struct si_pub *sih) argument
1094 ai_pci_setup(struct si_pub *sih, uint coremask) argument
1121 ai_pci_fixcfg(struct si_pub *sih) argument
1133 ai_gpiocontrol(struct si_pub *sih, u32 mask, u32 val, u8 priority) argument
1141 ai_chipcontrl_epa4331(struct si_pub *sih, bool on) argument
1166 ai_epa_4313war(struct si_pub *sih) argument
1177 ai_deviceremoved(struct si_pub *sih) argument
1191 ai_is_sprom_available(struct si_pub *sih) argument
1215 ai_is_otp_disabled(struct si_pub *sih) argument
1230 ai_get_buscoretype(struct si_pub *sih) argument
1236 ai_get_buscorerev(struct si_pub *sih) argument
[all...]
H A Dotp.h33 extern int otp_read_region(struct si_pub *sih, int region, u16 *data,
H A Dnicpci.c212 struct si_pub *sih; /* System interconnect handle */ member in struct:pcicore_info
225 #define PCIE_ASPM(sih) \
226 ((ai_get_buscoretype(sih) == PCIE_CORE_ID) && \
227 ((ai_get_buscorerev(sih) >= 3) && \
228 (ai_get_buscorerev(sih) <= 5)))
240 struct pcicore_info *pcicore_init(struct si_pub *sih, struct bcma_device *core) argument
249 pi->sih = sih;
411 if (ai_get_buscorerev(pi->sih) >= 10) {
502 struct si_pub *sih local
520 struct si_pub *sih = pi->sih; local
584 struct si_pub *sih = pi->sih; local
670 struct si_pub *sih = pi->sih; local
716 struct si_pub *sih = pi->sih; local
[all...]
H A Dotp.c74 int (*init)(struct si_pub *sih, struct otpinfo *oi);
82 struct si_pub *sih; /* Saved sb handle */ member in struct:otpinfo
146 static int ipxotp_max_rgnsz(struct si_pub *sih, int osizew) argument
150 switch (ai_get_chip_id(sih)) {
169 int ccrev = ai_get_ccrev(oi->sih);
206 if ((ai_get_chip_id(oi->sih) == BCM43224_CHIP_ID)
207 || (ai_get_chip_id(oi->sih) == BCM43225_CHIP_ID)) {
229 oi->swlim = ipxotp_max_rgnsz(oi->sih, oi->wsize) / 2;
241 static int ipxotp_init(struct si_pub *sih, struct otpinfo *oi) argument
244 if (!OTPTYPE_IPX(ai_get_ccrev(sih)))
370 otp_init(struct si_pub *sih, struct otpinfo *oi) argument
392 otp_read_region(struct si_pub *sih, int region, u16 *data, uint *wlen) argument
[all...]
H A Dantsel.c111 struct si_pub *sih = wlc->hw->sih; local
121 asi->antsel_antswitch = (u8) getintvar(sih, BRCMS_SROM_ANTSWITCH);
131 if (((u16) getintvar(sih, BRCMS_SROM_AA2G) == 7) ||
132 ((u16) getintvar(sih, BRCMS_SROM_AA5G) == 7)) {
135 (u16) getintvar(sih, BRCMS_SROM_AA2G) == 3 ||
136 (u16) getintvar(sih, BRCMS_SROM_AA5G) == 3) {
149 ((u16) getintvar(sih, BRCMS_SROM_AA2G) == 7) &&
150 ((u16) getintvar(sih, BRCMS_SROM_AA5G) == 0)) {
H A Dnicpci.h64 extern struct pcicore_info *pcicore_init(struct si_pub *sih,
H A Dsrom.c795 sprom_read_pci(struct si_pub *sih, u16 *buf, uint nwords, bool check_crc) argument
803 if (ai_get_ccrev(sih) < 32) {
804 core = ai_findcore(sih, BCMA_CORE_80211, 0);
807 core = ai_findcore(sih, BCMA_CORE_CHIPCOMMON, 0);
829 static int otp_read_pci(struct si_pub *sih, u16 *buf, uint nwords) argument
839 err = otp_read_region(sih, OTP_HW_RGN, (u16 *) otp, &sz);
870 int srom_var_init(struct si_pub *sih) argument
885 if (ai_is_sprom_available(sih)) {
886 err = sprom_read_pci(sih, srom, SROM4_WORDS, true);
894 err = otp_read_pci(sih, sro
927 srom_free_vars(struct si_pub *sih) argument
943 getvar(struct si_pub *sih, enum brcms_srom_id id) argument
962 getintvar(struct si_pub *sih, enum brcms_srom_id id) argument
[all...]
H A Ddma.h77 extern struct dma_pub *dma_attach(char *name, struct si_pub *sih,
H A Dmain.c396 return ai_deviceremoved(wlc->hw->sih);
1113 wlc_hw->di[0] = dma_attach(name, wlc_hw->sih, wlc_hw->d11core,
1127 wlc_hw->di[1] = dma_attach(name, wlc_hw->sih, wlc_hw->d11core,
1138 wlc_hw->di[2] = dma_attach(name, wlc_hw->sih, wlc_hw->d11core,
1148 wlc_hw->di[3] = dma_attach(name, wlc_hw->sih, wlc_hw->d11core,
1224 if (ai_get_cccaps(wlc_hw->sih) & CC_CAP_PMU) {
1248 if ((ai_get_pmurev(wlc_hw->sih) == 0) &&
1270 wlc_hw->forcefastclk = ai_clkctl_cc(wlc_hw->sih, mode);
1726 ai_cc_reg(wlc_hw->sih, offsetof(struct chipcregs, chipcontrol_addr),
1729 ai_cc_reg(wlc_hw->sih, offseto
4773 struct si_pub *sih = wlc->hw->sih; local
[all...]
H A Dphy_shim.c220 return getvar(physhim->wlc_hw->sih, id);
224 return getintvar(physhim->wlc_hw->sih, id);
H A Dpub.h377 struct si_pub *sih; /* SI handle (cookie for siutils calls) */ member in struct:brcms_pub
568 extern char *getvar(struct si_pub *sih, enum brcms_srom_id id);
569 extern int getintvar(struct si_pub *sih, enum brcms_srom_id id);
H A Dstf.c374 wlc->stf->hw_txchain = (u8) getintvar(wlc->hw->sih, BRCMS_SROM_TXCHAIN);
375 wlc->stf->hw_rxchain = (u8) getintvar(wlc->hw->sih, BRCMS_SROM_RXCHAIN);
/drivers/net/wireless/bcmdhd/
H A Dsiutils.c314 struct si_pub *sih = &sii->pub; local
326 sih->buscoreidx = BADIDX;
349 sih->bustype = bustype;
372 sih->socitype = (w & CID_TYPE_MASK) >> CID_TYPE_SHIFT;
374 sih->chip = w & CID_ID_MASK;
375 sih->chiprev = (w & CID_REV_MASK) >> CID_REV_SHIFT;
376 sih->chippkg = (w & CID_PKG_MASK) >> CID_PKG_SHIFT;
378 if ((CHIPID(sih->chip) == BCM4329_CHIP_ID) && (sih->chiprev == 0) &&
379 (sih
476 si_detach(si_t *sih) argument
503 si_osh(si_t *sih) argument
512 si_setosh(si_t *sih, osl_t *osh) argument
526 si_register_intr_callback(si_t *sih, void *intrsoff_fn, void *intrsrestore_fn, void *intrsenabled_fn, void *intr_arg) argument
543 si_deregister_intr_callback(si_t *sih) argument
552 si_intflag(si_t *sih) argument
568 si_flag(si_t *sih) argument
583 si_setint(si_t *sih, int siflag) argument
596 si_coreid(si_t *sih) argument
605 si_coreidx(si_t *sih) argument
615 si_coreunit(si_t *sih) argument
640 si_corevendor(si_t *sih) argument
655 si_backplane64(si_t *sih) argument
661 si_corerev(si_t *sih) argument
677 si_findcoreidx(si_t *sih, uint coreid, uint coreunit) argument
699 si_corelist(si_t *sih, uint coreid[]) argument
711 si_coreregs(si_t *sih) argument
727 si_setcore(si_t *sih, uint coreid, uint coreunit) argument
748 si_setcoreidx(si_t *sih, uint coreidx) argument
764 si_switch_core(si_t *sih, uint coreid, uint *origidx, uint *intr_val) argument
792 si_restore_core(si_t *sih, uint coreid, uint intr_val) argument
805 si_numaddrspaces(si_t *sih) argument
820 si_addrspace(si_t *sih, uint asidx) argument
835 si_addrspacesize(si_t *sih, uint asidx) argument
850 si_coreaddrspaceX(si_t *sih, uint asidx, uint32 *addr, uint32 *size) argument
860 si_core_cflags(si_t *sih, uint32 mask, uint32 val) argument
875 si_core_cflags_wo(si_t *sih, uint32 mask, uint32 val) argument
888 si_core_sflags(si_t *sih, uint32 mask, uint32 val) argument
903 si_iscoreup(si_t *sih) argument
918 si_wrapperreg(si_t *sih, uint32 offset, uint32 mask, uint32 val) argument
927 si_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val) argument
942 si_core_disable(si_t *sih, uint32 bits) argument
953 si_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument
965 si_corebist(si_t *sih) argument
1089 si_watchdog(si_t *sih, uint ticks) argument
1129 si_watchdog_ms(si_t *sih, uint32 ms) argument
1140 si_taclear(si_t *sih, bool details) argument
1236 si_clkctl_init(si_t *sih) argument
1270 si_gpiosetcore(si_t *sih) argument
1282 si_gpiocontrol(si_t *sih, uint32 mask, uint32 val, uint8 priority) argument
1304 si_gpioouten(si_t *sih, uint32 mask, uint32 val, uint8 priority) argument
1326 si_gpioout(si_t *sih, uint32 mask, uint32 val, uint8 priority) argument
1348 si_gpioreserve(si_t *sih, uint32 gpio_bitmask, uint8 priority) argument
1379 si_gpiorelease(si_t *sih, uint32 gpio_bitmask, uint8 priority) argument
1406 si_gpioin(si_t *sih) argument
1416 si_gpiointpolarity(si_t *sih, uint32 mask, uint32 val, uint8 priority) argument
1433 si_gpiointmask(si_t *sih, uint32 mask, uint32 val, uint8 priority) argument
1450 si_gpioled(si_t *sih, uint32 mask, uint32 val) argument
1461 si_gpiotimerval(si_t *sih, uint32 mask, uint32 gpiotimerval) argument
1471 si_gpiopull(si_t *sih, bool updown, uint32 mask, uint32 val) argument
1483 si_gpioevent(si_t *sih, uint regtype, uint32 mask, uint32 val) argument
1503 si_gpio_handler_register(si_t *sih, uint32 event, bool level, gpio_handler_t cb, void *arg) argument
1532 si_gpio_handler_unregister(si_t *sih, void *gpioh) argument
1564 si_gpio_handler_process(si_t *sih) argument
1589 si_gpio_int_enable(si_t *sih, bool enable) argument
1617 si_socdevram(si_t *sih, bool set, uint8 *enable, uint8 *protect, uint8 *remap) argument
1692 si_socdevram_remap_isenb(si_t *sih) argument
1745 si_socdevram_pkg(si_t *sih) argument
1754 si_socdevram_size(si_t *sih) argument
1802 si_socdevram_remap_size(si_t *sih) argument
1869 si_socram_size(si_t *sih) argument
1933 si_tcm_size(si_t *sih) argument
1995 si_socram_srmem_size(si_t *sih) argument
2051 si_btcgpiowar(si_t *sih) argument
2083 si_chipcontrl_btshd0_4331(si_t *sih, bool on) argument
2118 si_chipcontrl_restore(si_t *sih, uint32 val) argument
2132 si_chipcontrl_read(si_t *sih) argument
2148 si_chipcontrl_epa4331(si_t *sih, bool on) argument
2186 si_chipcontrl_srom4360(si_t *sih, bool on) argument
2215 si_chipcontrl_epa4331_wowl(si_t *sih, bool enter_wowl) argument
2248 si_pll_reset(si_t *sih) argument
2257 si_epa_4313war(si_t *sih) argument
2276 si_clk_pmu_htavail_set(si_t *sih, bool set_clear) argument
2282 si_btcombo_p250_4313_war(si_t *sih) argument
2301 si_btc_enable_chipcontrol(si_t *sih) argument
2319 si_btcombo_43228_war(si_t *sih) argument
2338 si_deviceremoved(si_t *sih) argument
2357 si_is_sprom_available(si_t *sih) argument
2426 si_get_sromctl(si_t *sih) argument
2445 si_set_sromctl(si_t *sih, uint32 value) argument
[all...]
H A Dsiutils_priv.h97 #define SI_INFO(sih) (si_info_t *)(uintptr)sih
164 extern void sb_scan(si_t *sih, void *regs, uint devid);
165 extern uint sb_coreid(si_t *sih);
166 extern uint sb_intflag(si_t *sih);
167 extern uint sb_flag(si_t *sih);
168 extern void sb_setint(si_t *sih, int siflag);
169 extern uint sb_corevendor(si_t *sih);
170 extern uint sb_corerev(si_t *sih);
171 extern uint sb_corereg(si_t *sih, uin
[all...]
H A Dhndpmu.c122 si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength) argument
130 if (!(sih->cccaps & CC_CAP_PMU)) {
135 cc = (chipcregs_t *) si_switch_core(sih, CC_CORE_ID, &origidx, &intr_val);
137 switch (SDIOD_DRVSTR_KEY(sih->chip, sih->pmurev)) {
152 if (sih->pmurev == 8) {
155 else if (sih->pmurev == 11) {
178 bcm_chipname(sih->chip, chn, 8), sih->chiprev, sih
[all...]
H A Daiutils.c41 #define remap_coreid(sih, coreid) (coreid)
42 #define remap_corerev(sih, corerev) (corerev)
47 get_erom_ent(si_t *sih, uint32 **eromptr, uint32 mask, uint32 match) argument
53 ent = R_REG(si_osh(sih), *eromptr);
81 get_asd(si_t *sih, uint32 **eromptr, uint sp, uint ad, uint st, uint32 *addrl, uint32 *addrh, argument
86 asd = get_erom_ent(sih, eromptr, ER_VALID, ER_VALID);
96 *addrh = get_erom_ent(sih, eromptr, 0, 0);
102 szd = get_erom_ent(sih, eromptr, 0, 0);
105 *sizeh = get_erom_ent(sih, eromptr, 0, 0);
123 ai_scan(si_t *sih, voi argument
338 ai_setcoreidx(si_t *sih, uint coreidx) argument
389 ai_coreaddrspaceX(si_t *sih, uint asidx, uint32 *addr, uint32 *size) argument
475 ai_numaddrspaces(si_t *sih) argument
482 ai_addrspace(si_t *sih, uint asidx) argument
503 ai_addrspacesize(si_t *sih, uint asidx) argument
523 ai_flag(si_t *sih) argument
543 ai_setint(si_t *sih, int siflag) argument
548 ai_wrap_reg(si_t *sih, uint32 offset, uint32 mask, uint32 val) argument
564 ai_corevendor(si_t *sih) argument
575 ai_corerev(si_t *sih) argument
586 ai_iscoreup(si_t *sih) argument
600 ai_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val) argument
682 ai_core_disable(si_t *sih, uint32 bits) argument
723 ai_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument
753 ai_core_cflags_wo(si_t *sih, uint32 mask, uint32 val) argument
784 ai_core_cflags(si_t *sih, uint32 mask, uint32 val) argument
816 ai_core_sflags(si_t *sih, uint32 mask, uint32 val) argument
[all...]
H A Dsbutils.c133 sb_coreid(si_t *sih) argument
138 sii = SI_INFO(sih);
145 sb_intflag(si_t *sih) argument
152 sii = SI_INFO(sih);
155 origidx = si_coreidx(sih);
156 corereg = si_setcore(sih, CC_CORE_ID, 0);
160 sb_setcoreidx(sih, origidx);
167 sb_flag(si_t *sih) argument
172 sii = SI_INFO(sih);
179 sb_setint(si_t *sih, in argument
251 sb_corevendor(si_t *sih) argument
263 sb_corerev(si_t *sih) argument
278 sb_core_cflags_wo(si_t *sih, uint32 mask, uint32 val) argument
297 sb_core_cflags(si_t *sih, uint32 mask, uint32 val) argument
323 sb_core_sflags(si_t *sih, uint32 mask, uint32 val) argument
347 sb_iscoreup(si_t *sih) argument
370 sb_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val) argument
566 sb_scan(si_t *sih, void *regs, uint devid) argument
592 sb_setcoreidx(si_t *sih, uint coreidx) argument
704 sb_numaddrspaces(si_t *sih) argument
718 sb_addrspace(si_t *sih, uint asidx) argument
729 sb_addrspacesize(si_t *sih, uint asidx) argument
741 sb_commit(si_t *sih) argument
771 sb_core_disable(si_t *sih, uint32 bits) argument
831 sb_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument
904 sb_set_initiator_to(si_t *sih, uint32 to, uint idx) argument
[all...]
H A Ddhd_sdio.c198 si_t *sih; /* Handle for SI calls */ member in struct:dhd_bus
632 if (bus->sih->chip == BCM4324_CHIP_ID) {
637 } else if (bus->sih->chip == BCM4330_CHIP_ID) {
639 } else if (bus->sih->chip == BCM4335_CHIP_ID) {
648 if (bus->sih->chip == BCM4324_CHIP_ID) {
653 } else if (bus->sih->chip == BCM4335_CHIP_ID) {
692 if ((bus->sih->chip == BCM4334_CHIP_ID) && (bus->sih->chiprev == 2))
919 if ((bus->sih->chip == BCM4334_CHIP_ID) && (bus->sih
[all...]
/drivers/mfd/
H A Dtwl4030-irq.c69 struct sih { struct
91 static const struct sih *sih_modules;
122 static const struct sih sih_modules_twl4030[6] = {
182 static const struct sih sih_modules_twl5031[8] = {
330 const struct sih *sih; local
343 sih = sih_modules;
344 for (i = 0; i < nr_sih_modules; i++, sih++) {
346 if (!sih->bytes_ixr)
350 if (sih
435 const struct sih *sih; member in struct:sih_agent
494 const struct sih *sih = agent->sih; local
580 sih_read_isr(const struct sih *sih) argument
604 const struct sih *sih = agent->sih; local
635 const struct sih *sih = NULL; local
[all...]

Completed in 276 milliseconds

12