Searched refs:dwmmc_softc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc.c | 151 static void dwmmc_next_operation(struct dwmmc_softc *); 152 static int dwmmc_setup_bus(struct dwmmc_softc *, int); 153 static int dma_done(struct dwmmc_softc *, struct mmc_command *); 154 static int dma_stop(struct dwmmc_softc *); 155 static void pio_read(struct dwmmc_softc *, struct mmc_command *); 156 static void pio_write(struct dwmmc_softc *, struct mmc_command *); 157 static void dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present); 183 struct dwmmc_softc *sc; in dwmmc_ring_setup() 209 dwmmc_ctrl_reset(struct dwmmc_softc *sc, int reset_bits) in dwmmc_ctrl_reset() 231 dma_setup(struct dwmmc_softc *sc) in dma_setup() [all …]
|
H A D | dwmmc_rockchip.c | 58 static int dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios); 79 struct dwmmc_softc *sc; in rockchip_dwmmc_attach() 108 dwmmc_rockchip_update_ios(struct dwmmc_softc *sc, struct mmc_ios *ios) in dwmmc_rockchip_update_ios() 144 sizeof(struct dwmmc_softc), dwmmc_driver);
|
H A D | dwmmc_hisi.c | 68 struct dwmmc_softc *sc; in hisi_dwmmc_attach() 93 sizeof(struct dwmmc_softc), dwmmc_driver);
|
H A D | dwmmc_altera.c | 69 struct dwmmc_softc *sc; in altera_dwmmc_attach() 94 sizeof(struct dwmmc_softc), dwmmc_driver);
|
H A D | dwmmc_var.h | 50 struct dwmmc_softc { struct 72 int (*update_ios)(struct dwmmc_softc *sc, struct mmc_ios *ios); argument
|
H A D | dwmmc_samsung.c | 72 struct dwmmc_softc *sc; in samsung_dwmmc_attach() 121 sizeof(struct dwmmc_softc), dwmmc_driver);
|