Home
last modified time | relevance | path

Searched defs:sdmmc_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/sdmmc/
H A Dsdmmcvar.h167 struct sdmmc_softc { struct
168 struct device sc_dev; /* base device */
170 sdmmc_chipset_tag_t sct; /* host controller chipset tag */
171 sdmmc_chipset_handle_t sch; /* host controller chipset handle */
173 bus_dma_tag_t sc_dmat;
174 bus_dmamap_t sc_dmap;
177 int sc_flags;
187 uint32_t sc_caps; /* host capability */
207 int sc_function_count; /* number of I/O functions (SDIO) */
208 struct sdmmc_function *sc_card; /* selected card */
[all …]