Symbol: mmc_command
sys/arm/allwinner/aw_mmc.c
1022
struct mmc_command *cmd;
sys/arm/allwinner/aw_mmc.c
667
struct mmc_command *cmd;
sys/arm/allwinner/aw_mmc.c
793
struct mmc_command *cmd;
sys/arm/allwinner/aw_mmc.c
852
struct mmc_command *cmd;
sys/cam/cam_ccb.h
822
struct mmc_command cmd;
sys/cam/cam_ccb.h
823
struct mmc_command stop;
sys/cam/mmc/mmc_da.c
1123
struct mmc_command cmd;
sys/cam/mmc/mmc_da.c
1124
memset(&cmd, 0, sizeof(struct mmc_command));
sys/cam/mmc/mmc_da.c
789
struct mmc_command *cmd)
sys/cam/mmc/mmc_da.c
794
memset(&ccb->mmcio.cmd, 0, sizeof(struct mmc_command));
sys/cam/mmc/mmc_da.c
795
memset(&ccb->mmcio.stop, 0, sizeof(struct mmc_command));
sys/cam/mmc/mmc_da.c
847
struct mmc_command cmd;
sys/cam/mmc/mmc_xpt.c
597
memset(&mmcio->cmd, 0, sizeof(struct mmc_command));
sys/dev/mmc/host/dwmmc.c
1010
pio_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1029
pio_read(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1056
pio_write(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1083
dwmmc_start_cmd(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
1182
struct mmc_command *cmd;
sys/dev/mmc/host/dwmmc.c
153
static int dma_done(struct dwmmc_softc *, struct mmc_command *);
sys/dev/mmc/host/dwmmc.c
155
static void pio_read(struct dwmmc_softc *, struct mmc_command *);
sys/dev/mmc/host/dwmmc.c
156
static void pio_write(struct dwmmc_softc *, struct mmc_command *);
sys/dev/mmc/host/dwmmc.c
317
struct mmc_command *cmd;
sys/dev/mmc/host/dwmmc.c
342
struct mmc_command *cmd;
sys/dev/mmc/host/dwmmc.c
370
struct mmc_command *cmd;
sys/dev/mmc/host/dwmmc.c
918
dma_done(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc.c
958
dma_prepare(struct dwmmc_softc *sc, struct mmc_command *cmd)
sys/dev/mmc/host/dwmmc_var.h
63
struct mmc_command *curcmd;
sys/dev/mmc/mmc.c
1334
struct mmc_command cmd;
sys/dev/mmc/mmc.c
1350
struct mmc_command cmd;
sys/dev/mmc/mmc.c
1367
struct mmc_command cmd;
sys/dev/mmc/mmc.c
1392
struct mmc_command cmd;
sys/dev/mmc/mmc.c
1418
struct mmc_command cmd;
sys/dev/mmc/mmc.c
1433
struct mmc_command cmd;
sys/dev/mmc/mmc.c
1449
struct mmc_command cmd;
sys/dev/mmc/mmc.c
542
struct mmc_command cmd;
sys/dev/mmc/mmc.c
566
struct mmc_command cmd;
sys/dev/mmc/mmc.c
589
struct mmc_command cmd;
sys/dev/mmc/mmc.c
617
struct mmc_command cmd;
sys/dev/mmc/mmc.c
644
struct mmc_command cmd;
sys/dev/mmc/mmc.c
721
struct mmc_command cmd;
sys/dev/mmc/mmc.c
748
struct mmc_command cmd;
sys/dev/mmc/mmc.c
998
struct mmc_command cmd;
sys/dev/mmc/mmc_subr.c
107
struct mmc_command *cmd, int retries)
sys/dev/mmc/mmc_subr.c
109
struct mmc_command appcmd;
sys/dev/mmc/mmc_subr.c
154
struct mmc_command cmd;
sys/dev/mmc/mmc_subr.c
242
struct mmc_command cmd;
sys/dev/mmc/mmc_subr.c
265
struct mmc_command cmd;
sys/dev/mmc/mmc_subr.c
72
mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd,
sys/dev/mmc/mmc_subr.h
56
struct mmc_command;
sys/dev/mmc/mmc_subr.h
66
struct mmc_command *cmd, int retries);
sys/dev/mmc/mmc_subr.h
67
int mmc_wait_for_cmd(device_t busdev, device_t dev, struct mmc_command *cmd,
sys/dev/mmc/mmcreg.h
206
struct mmc_command *cmd;
sys/dev/mmc/mmcreg.h
207
struct mmc_command *stop;
sys/dev/mmc/mmcsd.c
1090
struct mmc_command cmd;
sys/dev/mmc/mmcsd.c
1165
struct mmc_command cmd;
sys/dev/mmc/mmcsd.c
1166
struct mmc_command stop;
sys/dev/mmc/mmcsd.c
1240
struct mmc_command cmd;
sys/dev/mmc/mmcsd.c
876
struct mmc_command cmd;
sys/dev/mmc/mmcspi.c
1417
struct mmc_command mmc_stop;
sys/dev/mmc/mmcspi.c
159
struct mmc_command *mmc_cmd; /* command passed from mmc layer */
sys/dev/mmc/mmcspi.c
1680
struct mmc_command *mmc_cmd;
sys/dev/mmc/mmcspi.c
1885
struct mmc_command mmc_cmd;
sys/dev/mmc/mmcspi.c
1893
memset(&mmc_cmd, 0, sizeof(struct mmc_command));
sys/dev/mmc/mmcspi.c
1930
struct mmc_command mmc_cmd;
sys/dev/mmc/mmcspi.c
1938
memset(&mmc_cmd, 0, sizeof(struct mmc_command));
sys/dev/mmc/mmcspi.c
2012
struct mmc_command *mmc_cmd = req->cmd;
sys/dev/mmc/mmcspi.c
995
struct mmc_command *mmc_cmd)
sys/dev/rtsx/rtsx.c
2006
struct mmc_command cmd = {};
sys/dev/rtsx/rtsx.c
2057
rtsx_sd_tuning_rx_cmd_wait(struct rtsx_softc *sc, struct mmc_command *cmd)
sys/dev/rtsx/rtsx.c
2209
rtsx_init_cmd(struct rtsx_softc *sc, struct mmc_command *cmd)
sys/dev/rtsx/rtsx.c
230
static int rtsx_sd_tuning_rx_cmd_wait(struct rtsx_softc *sc, struct mmc_command *cmd);
sys/dev/rtsx/rtsx.c
2355
rtsx_send_req(struct rtsx_softc *sc, struct mmc_command *cmd)
sys/dev/rtsx/rtsx.c
241
static void rtsx_init_cmd(struct rtsx_softc *sc, struct mmc_command *cmd);
sys/dev/rtsx/rtsx.c
2416
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2427
rtsx_set_resp(struct rtsx_softc *sc, struct mmc_command *cmd)
sys/dev/rtsx/rtsx.c
247
static void rtsx_set_resp(struct rtsx_softc *sc, struct mmc_command *cmd);
sys/dev/rtsx/rtsx.c
2480
rtsx_xfer_short(struct rtsx_softc *sc, struct mmc_command *cmd)
sys/dev/rtsx/rtsx.c
251
static int rtsx_send_req(struct rtsx_softc *sc, struct mmc_command *cmd);
sys/dev/rtsx/rtsx.c
252
static int rtsx_xfer_short(struct rtsx_softc *sc, struct mmc_command *cmd);
sys/dev/rtsx/rtsx.c
2552
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2579
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
259
static int rtsx_xfer(struct rtsx_softc *sc, struct mmc_command *cmd);
sys/dev/rtsx/rtsx.c
2632
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2660
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2695
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2726
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2756
rtsx_xfer(struct rtsx_softc *sc, struct mmc_command *cmd)
sys/dev/rtsx/rtsx.c
2795
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2812
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
2907
struct mmc_command *cmd;
sys/dev/rtsx/rtsx.c
3439
struct mmc_command *cmd;
sys/dev/sdhci/sdhci.c
114
struct mmc_command *cmd);
sys/dev/sdhci/sdhci.c
1467
struct mmc_command *tune_cmd;
sys/dev/sdhci/sdhci.c
1573
struct mmc_command *tune_cmd;
sys/dev/sdhci/sdhci.c
1751
sdhci_start_command(struct sdhci_slot *slot, struct mmc_command *cmd)
sys/dev/sdhci/sdhci.h
383
struct mmc_command *curcmd; /* Current command of current request */
sys/dev/sdhci/sdhci.h
386
struct mmc_command *tune_cmd; /* Tuning command of tuning request */