Lines Matching refs:mmc_command
153 static int dma_done(struct dwmmc_softc *, struct mmc_command *);
155 static void pio_read(struct dwmmc_softc *, struct mmc_command *);
156 static void pio_write(struct dwmmc_softc *, struct mmc_command *);
317 struct mmc_command *cmd; in dwmmc_cmd_done()
351 struct mmc_command *cmd; in dwmmc_tasklet()
377 struct mmc_command *cmd; in dwmmc_intr()
924 dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_done()
964 dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_prepare()
1016 pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_prepare()
1035 pio_read(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_read()
1062 pio_write(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_write()
1089 dwmmc_start_cmd(struct dwmmc_softc *sc, struct mmc_command *cmd) in dwmmc_start_cmd()
1180 struct mmc_command *cmd; in dwmmc_next_operation()