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

/freebsd-12-stable/sys/dev/mmc/host/
H A Ddwmmc_rockchip.c64 static int dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios);
85 struct dwmmc_softc *sc;
109 dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios)
148 sizeof(struct dwmmc_softc), dwmmc_driver);
H A Ddwmmc_altera.c73 struct dwmmc_softc *sc;
100 sizeof(struct dwmmc_softc), dwmmc_driver);
H A Ddwmmc_hisi.c71 struct dwmmc_softc *sc;
98 sizeof(struct dwmmc_softc), dwmmc_driver);
H A Ddwmmc_var.h50 struct dwmmc_softc { struct
68 int (*update_ios)(struct dwmmc_softc *sc, struct mmc_ios *ios);
H A Ddwmmc.c125 static void dwmmc_next_operation(struct dwmmc_softc *);
126 static int dwmmc_setup_bus(struct dwmmc_softc *, int);
127 static int dma_done(struct dwmmc_softc *, struct mmc_command *);
128 static int dma_stop(struct dwmmc_softc *);
129 static void pio_read(struct dwmmc_softc *, struct mmc_command *);
130 static void pio_write(struct dwmmc_softc *, struct mmc_command *);
131 static void dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present);
154 struct dwmmc_softc *sc;
180 dwmmc_ctrl_reset(struct dwmmc_softc *sc, int reset_bits)
202 dma_setup(struct dwmmc_softc *s
[all...]
H A Ddwmmc_samsung.c76 struct dwmmc_softc *sc;
127 sizeof(struct dwmmc_softc), dwmmc_driver);

Completed in 110 milliseconds