Searched defs:octmmc_softc (Results 1 – 1 of 1) sorted by relevance
85 struct octmmc_softc { struct86 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;[all …]