Searched refs:mmc_command (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/mmc/ |
H A D | mmc_subr.c | 72 mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd, in mmc_wait_for_cmd() 107 struct mmc_command *cmd, int retries) in mmc_wait_for_app_cmd() 109 struct mmc_command appcmd; in mmc_wait_for_app_cmd() 152 struct mmc_command cmd; in mmc_switch() 240 struct mmc_command cmd; in mmc_send_ext_csd() 263 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 | 542 struct mmc_command cmd; in mmc_wait_for_command() 566 struct mmc_command cmd; in mmc_idle_cards() 589 struct mmc_command cmd; in mmc_send_app_op_cond() 617 struct mmc_command cmd; in mmc_send_op_cond() 644 struct mmc_command cmd; in mmc_send_if_cond() 717 struct mmc_command cmd; in mmc_sd_switch() 744 struct mmc_command cmd; in mmc_set_card_bus_width() 990 struct mmc_command cmd; in mmc_test_bus_width() 1326 struct mmc_command cmd; in mmc_all_send_cid() 1342 struct mmc_command cmd; in mmc_send_csd() [all …]
|
H A D | mmcsd.c | 876 struct mmc_command cmd; in mmcsd_ioctl_cmd() 1090 struct mmc_command cmd; in mmcsd_set_blockcount() 1165 struct mmc_command cmd; in mmcsd_rw() 1166 struct mmc_command stop; in mmcsd_rw() 1240 struct mmc_command cmd; in mmcsd_delete()
|
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc.c | 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() [all …]
|
H A D | dwmmc_var.h | 63 struct mmc_command *curcmd;
|
/freebsd/sys/dev/rtsx/ |
H A D | rtsx.c | 230 static int rtsx_sd_tuning_rx_cmd_wait(struct rtsx_softc *sc, struct mmc_command *cmd); 241 static void rtsx_init_cmd(struct rtsx_softc *sc, struct mmc_command *cmd); 247 static void rtsx_set_resp(struct rtsx_softc *sc, struct mmc_command *cmd); 251 static int rtsx_send_req(struct rtsx_softc *sc, struct mmc_command *cmd); 252 static int rtsx_xfer_short(struct rtsx_softc *sc, struct mmc_command *cmd); 259 static int rtsx_xfer(struct rtsx_softc *sc, struct mmc_command *cmd); 2006 struct mmc_command cmd = {}; 2057 rtsx_sd_tuning_rx_cmd_wait(struct rtsx_softc *sc, struct mmc_command *cmd) 2209 rtsx_init_cmd(struct rtsx_softc *sc, struct mmc_command *cmd) 2355 rtsx_send_req(struct rtsx_softc *sc, struct mmc_command *cmd) [all …]
|
/freebsd/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 | 114 struct mmc_command *cmd); 1467 struct mmc_command *tune_cmd; 1573 struct mmc_command *tune_cmd; 1751 sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_da.c | 792 struct mmc_command *cmd) { in mmc_exec_app_cmd() 796 memset(&ccb->mmcio.cmd, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd() 797 memset(&ccb->mmcio.stop, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd() 848 struct mmc_command cmd; in mmc_app_get_scr() 1118 struct mmc_command cmd; in sdda_set_bus_width() 1119 memset(&cmd, 0, sizeof(struct mmc_command)); in sdda_set_bus_width()
|
H A D | mmc_xpt.c | 597 memset(&mmcio->cmd, 0, sizeof(struct mmc_command)); in mmcprobe_start()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_mmc.c | 634 struct mmc_command *cmd; in aw_mmc_prepare_dma() 752 struct mmc_command *cmd; in aw_mmc_req_done() 811 struct mmc_command *cmd; in aw_mmc_req_ok() 981 struct mmc_command *cmd;
|
/freebsd/sys/cam/ |
H A D | cam_ccb.h | 819 struct mmc_command cmd; 820 struct mmc_command stop;
|
/freebsd/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()
|