Searched defs:bwfm_sdio_softc (Results 1 – 1 of 1) sorted by relevance
83 struct bwfm_sdio_softc { struct84 struct bwfm_softc sc_sc;85 struct sdmmc_function **sc_sf;86 struct rwlock *sc_lock;87 void *sc_ih;88 int sc_oob;90 int sc_initialized;92 uint32_t sc_bar0;93 int sc_clkstate;94 int sc_alp_only;[all …]