Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mmc/host/
Ddwmmc_var.h50 struct dwmmc_softc { struct
68 int (*update_ios)(struct dwmmc_softc *sc, struct mmc_ios *ios); argument
70 bus_dma_tag_t desc_tag;
71 bus_dmamap_t desc_map;
72 struct idmac_desc *desc_ring;
73 bus_addr_t desc_ring_paddr;
74 bus_dma_tag_t buf_tag;
75 bus_dmamap_t buf_map;
77 uint32_t bus_busy;
78 uint32_t dto_rcvd;
[all …]