/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() 154 struct mmc_command cmd; in mmc_switch() 242 struct mmc_command cmd; in mmc_send_ext_csd() 265 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 206 struct mmc_command *cmd; 207 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() 721 struct mmc_command cmd; in mmc_sd_switch() 748 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 | mmcspi.c | 159 struct mmc_command *mmc_cmd; /* command passed from mmc layer */ 995 struct mmc_command *mmc_cmd) in mmcspi_set_up_command() 1417 struct mmc_command mmc_stop; in mmcspi_send_stop() 1680 struct mmc_command *mmc_cmd; in mmcspi_translate_response() 1885 struct mmc_command mmc_cmd; in mmcspi_get_ocr() 1893 memset(&mmc_cmd, 0, sizeof(struct mmc_command)); in mmcspi_get_ocr() 1930 struct mmc_command mmc_cmd; in mmcspi_set_crc_on_off() 1938 memset(&mmc_cmd, 0, sizeof(struct mmc_command)); in mmcspi_set_crc_on_off() 2012 struct mmc_command *mmc_cmd = req->cmd; in mmcspi_request()
|
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() 342 struct mmc_command *cmd; in dwmmc_tasklet() 370 struct mmc_command *cmd; in dwmmc_intr() 918 dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_done() 958 dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in dma_prepare() 1010 pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd) in pio_prepare() 1029 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 | 789 struct mmc_command *cmd) in mmc_exec_app_cmd() 794 memset(&ccb->mmcio.cmd, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd() 795 memset(&ccb->mmcio.stop, 0, sizeof(struct mmc_command)); in mmc_exec_app_cmd() 847 struct mmc_command cmd; in mmc_app_get_scr() 1123 struct mmc_command cmd; in sdda_set_bus_width() 1124 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 | 652 struct mmc_command *cmd; in aw_mmc_prepare_dma() 771 struct mmc_command *cmd; in aw_mmc_req_done() 830 struct mmc_command *cmd; in aw_mmc_req_ok() 1000 struct mmc_command *cmd;
|
/freebsd/sys/cam/ |
H A D | cam_ccb.h | 820 struct mmc_command cmd; 821 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()
|