Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/fdt/
H A Damlmmc.c127 struct amlmmc_softc { struct
128 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