/hardware/broadcom/wlan/bcm4329/src/include/ |
siutils.h | 57 typedef struct si_pub si_t; typedef in typeref:struct:si_pub 59 typedef const struct si_pub si_t; typedef in typeref:struct:si_pub 117 extern si_t *si_attach(uint pcidev, osl_t *osh, void *regs, uint bustype, 119 extern si_t *si_kattach(osl_t *osh); 120 extern void si_detach(si_t *sih); 121 extern bool si_pci_war16165(si_t *sih); 123 extern uint si_corelist(si_t *sih, uint coreid[]); 124 extern uint si_coreid(si_t *sih); 125 extern uint si_flag(si_t *sih); 126 extern uint si_intflag(si_t *sih) [all...] |
hndpmu.h | 31 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);
|
/hardware/broadcom/wlan/bcm4329/src/shared/ |
siutils_priv.h | 154 extern void sb_scan(si_t *sih, void *regs, uint devid); 155 extern uint sb_coreid(si_t *sih); 156 extern uint sb_flag(si_t *sih); 157 extern void sb_setint(si_t *sih, int siflag); 158 extern uint sb_corevendor(si_t *sih); 159 extern uint sb_corerev(si_t *sih); 160 extern uint sb_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val); 161 extern bool sb_iscoreup(si_t *sih); 162 extern void *sb_setcoreidx(si_t *sih, uint coreidx); 163 extern uint32 sb_core_cflags(si_t *sih, uint32 mask, uint32 val) [all...] |
siutils.c | 72 si_t * 93 return (si_t *)sii; 102 si_t * 413 si_detach(si_t *sih) 443 si_osh(si_t *sih) 452 si_setosh(si_t *sih, osl_t *osh) 466 si_register_intr_callback(si_t *sih, void *intrsoff_fn, void *intrsrestore_fn, 483 si_deregister_intr_callback(si_t *sih) 492 si_intflag(si_t *sih) 509 si_flag(si_t *sih [all...] |
aiutils.c | 40 get_asd(si_t *sih, uint32 *eromptr, uint sp, uint ad, uint st, 47 get_erom_ent(si_t *sih, uint32 *eromptr, uint32 mask, uint32 match) 80 get_asd(si_t *sih, uint32 *eromptr, uint sp, uint ad, uint st, 116 ai_scan(si_t *sih, void *regs, uint devid) 313 ai_setcoreidx(si_t *sih, uint coreidx) 366 ai_numaddrspaces(si_t *sih) 373 ai_addrspace(si_t *sih, uint asidx) 394 ai_addrspacesize(si_t *sih, uint asidx) 414 ai_flag(si_t *sih) 426 ai_setint(si_t *sih, int siflag [all...] |
sbutils.c | 136 sb_coreid(si_t *sih) 148 sb_flag(si_t *sih) 160 sb_setint(si_t *sih, int siflag) 232 sb_corevendor(si_t *sih) 244 sb_corerev(si_t *sih) 259 sb_core_cflags_wo(si_t *sih, uint32 mask, uint32 val) 278 sb_core_cflags(si_t *sih, uint32 mask, uint32 val) 304 sb_core_sflags(si_t *sih, uint32 mask, uint32 val) 328 sb_iscoreup(si_t *sih) 351 sb_corereg(si_t *sih, uint coreidx, uint regoff, uint mask, uint val [all...] |
hndpmu.c | 70 si_sdiod_drive_strength_init(si_t *sih, osl_t *osh, uint32 drivestrength)
|
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_sdio.c | 150 si_t *sih; /* Handle for SI calls */ [all...] |
/hardware/broadcom/wlan/bcm4329/src/wl/sys/ |
wl_iw.c | 45 typedef const struct si_pub si_t; typedef in typeref:struct:si_pub [all...] |