Searched refs:dwmmc_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_hisi.c66 struct dwmmc_softc *sc;
94 sizeof(struct dwmmc_softc), dwmmc_driver);
H A Ddwmmc.c119 static void dwmmc_next_operation(struct dwmmc_softc *);
120 static int dwmmc_setup_bus(struct dwmmc_softc *, int);
121 static int dma_done(struct dwmmc_softc *, struct mmc_command *);
122 static int dma_stop(struct dwmmc_softc *);
123 static void pio_read(struct dwmmc_softc *, struct mmc_command *);
124 static void pio_write(struct dwmmc_softc *, struct mmc_command *);
154 struct dwmmc_softc *sc;
180 dwmmc_ctrl_reset(struct dwmmc_softc *sc, int reset_bits)
202 dma_setup(struct dwmmc_softc *sc)
284 dwmmc_cmd_done(struct dwmmc_softc *s
[all...]
H A Ddwmmc_var.h44 struct dwmmc_softc { struct

Completed in 60 milliseconds