Searched defs:dhd_bus (Results 1 – 1 of 1) sorted by relevance
169 typedef struct dhd_bus { struct170 dhd_pub_t *dhd;172 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */173 si_t *sih; /* Handle for SI calls */174 char *vars; /* Variables (from CIS and/or other) */175 uint varsz; /* Size of variables buffer */176 u32 sbaddr; /* Current SB window pointer (-1, invalid) */178 sdpcmd_regs_t *regs; /* Registers for SDIO core */179 uint sdpcmrev; /* SDIO core revision */180 uint armrev; /* CPU core revision */[all …]