Home
last modified time | relevance | path

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

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_var.h50 struct dwmmc_softc { struct
72 int (*update_ios)(struct dwmmc_softc *sc, struct mmc_ios *ios); argument
74 bus_dma_tag_t desc_tag;
75 bus_dmamap_t desc_map;
76 struct idmac_desc *desc_ring;
77 bus_addr_t desc_ring_paddr;
78 bus_dma_tag_t buf_tag;
79 bus_dmamap_t buf_map;
81 uint32_t bus_busy;
82 uint32_t dto_rcvd;
[all …]