Home
last modified time | relevance | path

Searched refs:mmc_command (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/dev/mmc/
H A Dmmc_subr.c75 mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd, in mmc_wait_for_cmd()
110 struct mmc_command *cmd, int retries) in mmc_wait_for_app_cmd()
112 struct mmc_command appcmd; in mmc_wait_for_app_cmd()
155 struct mmc_command cmd; in mmc_switch()
231 struct mmc_command cmd; in mmc_send_ext_csd()
254 struct mmc_command cmd; in mmc_send_status()
H A Dmmc_subr.h58 struct mmc_command;
68 struct mmc_command *cmd, int retries);
69 int mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd,
H A Dmmcreg.h69 struct mmc_command { struct
204 struct mmc_command *cmd;
205 struct mmc_command *stop;
H A Dmmc.c550 struct mmc_command cmd; in mmc_wait_for_command()
574 struct mmc_command cmd; in mmc_idle_cards()
597 struct mmc_command cmd; in mmc_send_app_op_cond()
625 struct mmc_command cmd; in mmc_send_op_cond()
652 struct mmc_command cmd; in mmc_send_if_cond()
725 struct mmc_command cmd; in mmc_sd_switch()
752 struct mmc_command cmd; in mmc_set_card_bus_width()
998 struct mmc_command cmd; in mmc_test_bus_width()
1334 struct mmc_command cmd; in mmc_all_send_cid()
1350 struct mmc_command cmd; in mmc_send_csd()
[all …]
H A Dmmcsd.c884 struct mmc_command cmd; in mmcsd_ioctl_cmd()
1098 struct mmc_command cmd; in mmcsd_set_blockcount()
1173 struct mmc_command cmd; in mmcsd_rw()
1174 struct mmc_command stop; in mmcsd_rw()
1248 struct mmc_command cmd; in mmcsd_delete()
/freebsd-12.1/sys/dev/mmc/host/
H A Ddwmmc.c124 static int dma_done(struct dwmmc_softc *, struct mmc_command *);
126 static void pio_read(struct dwmmc_softc *, struct mmc_command *);
127 static void pio_write(struct dwmmc_softc *, struct mmc_command *);
282 struct mmc_command *cmd; in dwmmc_cmd_done()
306 struct mmc_command *cmd; in dwmmc_tasklet()
332 struct mmc_command *cmd; in dwmmc_intr()
702 dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_done()
742 dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_prepare()
794 pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_prepare()
813 pio_read(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_read()
[all …]
H A Ddwmmc_var.h55 struct mmc_command *curcmd;
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_mmc.c369 struct mmc_command *cmd; in jz4780_mmc_prepare_dma()
465 struct mmc_command *cmd; in jz4780_mmc_req_done()
499 struct mmc_command *cmd; in jz4780_mmc_read_response()
526 struct mmc_command *cmd; in jz4780_mmc_req_ok()
643 struct mmc_command *cmd; in jz4780_mmc_request()
/freebsd-12.1/sys/dev/sdhci/
H A Dsdhci.h385 struct mmc_command *curcmd; /* Current command of current request */
388 struct mmc_command *tune_cmd; /* Tuning command of tuning request */
H A Dsdhci.c116 struct mmc_command *cmd);
1368 struct mmc_command *tune_cmd;
1472 struct mmc_command *tune_cmd;
1651 sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Daml8726_mmc.c81 struct mmc_command *cmd;
214 aml8726_mmc_start_command(struct aml8726_mmc_softc *sc, struct mmc_command *cmd) in aml8726_mmc_start_command()
356 struct mmc_command *cmd; in aml8726_mmc_finish_command()
357 struct mmc_command *stop_cmd; in aml8726_mmc_finish_command()
H A Daml8726_sdxc-m8.c134 struct mmc_command *cmd;
313 struct mmc_command *cmd) in aml8726_sdxc_start_command()
443 struct mmc_command *cmd; in aml8726_sdxc_finish_command()
444 struct mmc_command *stop_cmd; in aml8726_sdxc_finish_command()
/freebsd-12.1/sys/cam/mmc/
H A Dmmc_da.c764 struct mmc_command *cmd) { in mmc_exec_app_cmd()
768 memset(&ccb->mmcio.cmd, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd()
769 memset(&ccb->mmcio.stop, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd()
817 struct mmc_command cmd; in mmc_app_get_scr()
1117 struct mmc_command cmd; in sdda_set_bus_width()
1118 memset(&cmd, 0, sizeof(struct mmc_command)); in sdda_set_bus_width()
H A Dmmc_xpt.c563 memset(&mmcio->cmd, 0, sizeof(struct mmc_command)); in mmcprobe_start()
/freebsd-12.1/sys/arm/allwinner/
H A Daw_mmc.c698 struct mmc_command *cmd; in aw_mmc_prepare_dma()
816 struct mmc_command *cmd; in aw_mmc_req_done()
876 struct mmc_command *cmd; in aw_mmc_req_ok()
1045 struct mmc_command *cmd;
/freebsd-12.1/sys/cam/
H A Dcam_ccb.h794 struct mmc_command cmd;
795 struct mmc_command stop;