Searched defs:brcmf_sdio (Results 1 – 1 of 1) sorted by relevance
456 struct brcmf_sdio { struct457 struct brcmf_sdio_dev *sdiodev; /* sdio device handler */ argument458 struct chip_info *ci; /* Chip info struct */459 char *vars; /* Variables (from CIS and/or other) */460 uint varsz; /* Size of variables buffer */462 u32 ramsize; /* Size of RAM in SOCRAM (bytes) */464 u32 hostintmask; /* Copy of Host Interrupt Mask */465 u32 intstatus; /* Intstatus bits (events) pending */466 bool dpc_sched; /* Indicates DPC schedule (intrpt rcvd) */467 bool fcstate; /* State of dongle flow-control */[all …]