| /freebsd-12.1/sys/dev/mmc/ |
| H A D | mmc_subr.c | 75 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 D | mmc_subr.h | 58 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 D | mmcreg.h | 69 struct mmc_command { struct 204 struct mmc_command *cmd; 205 struct mmc_command *stop;
|
| H A D | mmc.c | 550 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 D | mmcsd.c | 884 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 D | dwmmc.c | 124 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 D | dwmmc_var.h | 55 struct mmc_command *curcmd;
|
| /freebsd-12.1/sys/mips/ingenic/ |
| H A D | jz4780_mmc.c | 369 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 D | sdhci.h | 385 struct mmc_command *curcmd; /* Current command of current request */ 388 struct mmc_command *tune_cmd; /* Tuning command of tuning request */
|
| H A D | sdhci.c | 116 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 D | aml8726_mmc.c | 81 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 D | aml8726_sdxc-m8.c | 134 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 D | mmc_da.c | 764 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 D | mmc_xpt.c | 563 memset(&mmcio->cmd, 0, sizeof(struct mmc_command)); in mmcprobe_start()
|
| /freebsd-12.1/sys/arm/allwinner/ |
| H A D | aw_mmc.c | 698 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 D | cam_ccb.h | 794 struct mmc_command cmd; 795 struct mmc_command stop;
|