Lines Matching defs:rtsx_softc
33 struct rtsx_softc { struct
34 device_t sc_dev;
36 device_t sc_sdmmc; /* generic SD/MMC device */
38 bus_space_tag_t sc_iot; /* host register set tag */
39 bus_space_handle_t sc_ioh; /* host register set handle */
40 bus_size_t sc_iosize;
41 bus_dma_tag_t sc_dmat; /* DMA tag from attachment driver */
42 bus_dmamap_t sc_dmap_cmd; /* DMA map for command transfer */
44 struct kmutex sc_host_mtx;
45 struct kmutex sc_intr_mtx;
46 struct kcondvar sc_intr_cv;
48 uint32_t sc_intr_status; /* soft interrupt status */
50 uint8_t sc_regs[RTSX_NREG]; /* host controller state */
51 uint32_t sc_regs4[6]; /* host controller state */
53 uint32_t sc_flags;