Searched defs:dhd_bus (Results 1 – 1 of 1) sorted by relevance
204 typedef struct dhd_bus { struct205 dhd_pub_t *dhd;207 bcmsdh_info_t *sdh; /* Handle for BCMSDH calls */208 si_t *sih; /* Handle for SI calls */209 char *vars; /* Variables (from CIS and/or other) */210 uint varsz; /* Size of variables buffer */211 uint32 sbaddr; /* Current SB window pointer (-1, invalid) */213 sdpcmd_regs_t *regs; /* Registers for SDIO core */214 uint sdpcmrev; /* SDIO core revision */215 uint armrev; /* CPU core revision */[all …]