Lines Matching defs:octmmc_softc
85 struct octmmc_softc { struct
86 struct device sc_dev;
87 bus_space_tag_t sc_iot;
88 bus_space_handle_t sc_mmc_ioh;
89 bus_space_handle_t sc_dma_ioh;
90 bus_space_handle_t sc_fifo_ioh;
91 bus_dma_tag_t sc_dmat;
92 bus_dmamap_t sc_dma_data;
93 caddr_t sc_bounce_buf;
94 bus_dma_segment_t sc_bounce_seg;
95 void *sc_ihs[OCTMMC_MAX_INTRS];
96 int sc_nihs;
98 struct octmmc_bus sc_buses[OCTMMC_MAX_BUSES];
99 struct octmmc_bus *sc_current_bus;
101 uint64_t sc_current_switch;
102 uint64_t sc_intr_status;
103 struct mutex sc_intr_mtx;
128 paddr_t octmmc_dma_load_6130(struct octmmc_softc *, struct sdmmc_command *); argument