Searched defs:bwfm_sdio_softc (Results 1 – 1 of 1) sorted by relevance
76 struct bwfm_sdio_softc { struct77 struct bwfm_softc sc_sc;78 kmutex_t sc_lock;80 bool sc_bwfm_attached;82 struct sdmmc_function **sc_sf;83 size_t sc_sf_size;85 uint32_t sc_bar0;86 enum bwfm_sdio_clkstate sc_clkstate;87 bool sc_sr_enabled;88 bool sc_alp_only;[all …]