Lines Matching refs:dwmmc_softc

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()
315 dwmmc_cmd_done(struct dwmmc_softc *sc) in dwmmc_cmd_done()
340 dwmmc_tasklet(struct dwmmc_softc *sc) in dwmmc_tasklet()
371 struct dwmmc_softc *sc; in dwmmc_intr()
449 dwmmc_handle_card_present(struct dwmmc_softc *sc, bool is_present) in dwmmc_handle_card_present()
469 struct dwmmc_softc *sc = arg; in dwmmc_card_task()
502 parse_fdt(struct dwmmc_softc *sc) in parse_fdt()
661 struct dwmmc_softc *sc; in dwmmc_attach()
766 struct dwmmc_softc *sc; in dwmmc_detach()
807 dwmmc_setup_bus(struct dwmmc_softc *sc, int freq) in dwmmc_setup_bus()
863 struct dwmmc_softc *sc; in dwmmc_update_ios()
918 dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_done()
940 dma_stop(struct dwmmc_softc *sc) in dma_stop()
958 dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_prepare()
1010 pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_prepare()
1029 pio_read(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_read()
1056 pio_write(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_write()
1083 dwmmc_start_cmd(struct dwmmc_softc *sc, struct mmc_command *cmd) in dwmmc_start_cmd()
1175 dwmmc_next_operation(struct dwmmc_softc *sc) in dwmmc_next_operation()
1239 struct dwmmc_softc *sc; in dwmmc_request()
1273 struct dwmmc_softc *sc; in dwmmc_acquire_host()
1288 struct dwmmc_softc *sc; in dwmmc_release_host()
1303 struct dwmmc_softc *sc; in dwmmc_read_ivar()
1362 struct dwmmc_softc *sc; in dwmmc_write_ivar()
1422 struct dwmmc_softc *sc; in dwmmc_get_tran_settings()
1439 struct dwmmc_softc *sc; in dwmmc_set_tran_settings()
1499 struct dwmmc_softc *sc; in dwmmc_cam_request()
1544 struct dwmmc_softc *sc; in dwmmc_cam_poll()
1579 sizeof(struct dwmmc_softc));