Searched defs:amlmmc_softc (Results 1 – 1 of 1) sorted by relevance
127 struct amlmmc_softc { struct128 struct device sc_dev;129 bus_space_tag_t sc_iot;130 bus_space_handle_t sc_ioh;131 bus_dma_tag_t sc_dmat;132 bus_dmamap_t sc_dmap;134 void *sc_ih;135 uint32_t sc_status;160 sizeof (struct amlmmc_softc), amlmmc_match, amlmmc_attach argument