Searched refs:mmc_command (Results 1 – 15 of 15) sorted by relevance
| /freebsd-14.2/sys/dev/mmc/ |
| H A D | mmc_subr.c | 73 mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd, in mmc_wait_for_cmd() 108 struct mmc_command *cmd, int retries) in mmc_wait_for_app_cmd() 110 struct mmc_command appcmd; in mmc_wait_for_app_cmd() 153 struct mmc_command cmd; in mmc_switch() 241 struct mmc_command cmd; in mmc_send_ext_csd() 264 struct mmc_command cmd; in mmc_send_status()
|
| H A D | mmc_subr.h | 56 struct mmc_command; 66 struct mmc_command *cmd, int retries); 67 int mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd,
|
| H A D | mmcreg.h | 67 struct mmc_command { struct 205 struct mmc_command *cmd; 206 struct mmc_command *stop;
|
| H A D | mmc.c | 543 struct mmc_command cmd; in mmc_wait_for_command() 567 struct mmc_command cmd; in mmc_idle_cards() 590 struct mmc_command cmd; in mmc_send_app_op_cond() 618 struct mmc_command cmd; in mmc_send_op_cond() 645 struct mmc_command cmd; in mmc_send_if_cond() 718 struct mmc_command cmd; in mmc_sd_switch() 745 struct mmc_command cmd; in mmc_set_card_bus_width() 991 struct mmc_command cmd; in mmc_test_bus_width() 1327 struct mmc_command cmd; in mmc_all_send_cid() 1343 struct mmc_command cmd; in mmc_send_csd() [all …]
|
| H A D | mmcsd.c | 877 struct mmc_command cmd; in mmcsd_ioctl_cmd() 1091 struct mmc_command cmd; in mmcsd_set_blockcount() 1166 struct mmc_command cmd; in mmcsd_rw() 1167 struct mmc_command stop; in mmcsd_rw() 1241 struct mmc_command cmd; in mmcsd_delete()
|
| /freebsd-14.2/sys/dev/mmc/host/ |
| H A D | dwmmc.c | 154 static int dma_done(struct dwmmc_softc *, struct mmc_command *); 156 static void pio_read(struct dwmmc_softc *, struct mmc_command *); 318 struct mmc_command *cmd; in dwmmc_cmd_done() 352 struct mmc_command *cmd; in dwmmc_tasklet() 378 struct mmc_command *cmd; in dwmmc_intr() 929 dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_done() 969 dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_prepare() 1021 pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_prepare() 1040 pio_read(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_read() 1067 pio_write(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_write() [all …]
|
| H A D | dwmmc_var.h | 63 struct mmc_command *curcmd;
|
| /freebsd-14.2/sys/dev/rtsx/ |
| H A D | rtsx.c | 2413 struct mmc_command *cmd; 2549 struct mmc_command *cmd; 2576 struct mmc_command *cmd; 2629 struct mmc_command *cmd; 2657 struct mmc_command *cmd; 2692 struct mmc_command *cmd; 2723 struct mmc_command *cmd; 2792 struct mmc_command *cmd; 2809 struct mmc_command *cmd; 2904 struct mmc_command *cmd; [all …]
|
| /freebsd-14.2/sys/dev/sdhci/ |
| H A D | sdhci.h | 383 struct mmc_command *curcmd; /* Current command of current request */ 386 struct mmc_command *tune_cmd; /* Tuning command of tuning request */
|
| H A D | sdhci.c | 115 struct mmc_command *cmd); 1461 struct mmc_command *tune_cmd; 1567 struct mmc_command *tune_cmd; 1745 sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
|
| /freebsd-14.2/sys/cam/mmc/ |
| H A D | mmc_da.c | 793 struct mmc_command *cmd) { in mmc_exec_app_cmd() 797 memset(&ccb->mmcio.cmd, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd() 798 memset(&ccb->mmcio.stop, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd() 849 struct mmc_command cmd; in mmc_app_get_scr() 1119 struct mmc_command cmd; in sdda_set_bus_width() 1120 memset(&cmd, 0, sizeof(struct mmc_command)); in sdda_set_bus_width()
|
| H A D | mmc_xpt.c | 598 memset(&mmcio->cmd, 0, sizeof(struct mmc_command)); in mmcprobe_start()
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | aw_mmc.c | 644 struct mmc_command *cmd; in aw_mmc_prepare_dma() 762 struct mmc_command *cmd; in aw_mmc_req_done() 821 struct mmc_command *cmd; in aw_mmc_req_ok() 991 struct mmc_command *cmd;
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam_ccb.h | 811 struct mmc_command cmd; 812 struct mmc_command stop;
|
| /freebsd-14.2/sys/contrib/dev/athk/ath10k/ |
| H A D | sdio.c | 103 struct mmc_command io_cmd; in ath10k_sdio_func0_cmd52_wr_byte() 117 struct mmc_command io_cmd; in ath10k_sdio_func0_cmd52_rd_byte()
|