Symbol: sdmmc_command
sys/arch/armv7/omap/ommmc.c
1023
ommmc_transfer_data(struct ommmc_softc *sc, struct sdmmc_command *cmd)
sys/arch/armv7/omap/ommmc.c
239
void ommmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/arch/armv7/omap/ommmc.c
240
int ommmc_start_command(struct ommmc_softc *, struct sdmmc_command *);
sys/arch/armv7/omap/ommmc.c
244
void ommmc_transfer_data(struct ommmc_softc *, struct sdmmc_command *);
sys/arch/armv7/omap/ommmc.c
848
ommmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/arch/armv7/omap/ommmc.c
919
ommmc_start_command(struct ommmc_softc *sc, struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
120
void octmmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
122
void octmmc_exec_dma(struct octmmc_bus *, struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
123
void octmmc_exec_pio(struct octmmc_bus *, struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
128
paddr_t octmmc_dma_load_6130(struct octmmc_softc *, struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
129
void octmmc_dma_load_7890(struct octmmc_softc *, struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
132
uint64_t octmmc_crtype_fixup(struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
133
void octmmc_get_response(struct octmmc_softc *, struct sdmmc_command *);
sys/arch/octeon/dev/octmmc.c
583
octmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
609
octmmc_exec_dma(struct octmmc_bus *bus, struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
733
octmmc_exec_pio(struct octmmc_bus *bus, struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
827
octmmc_dma_load_6130(struct octmmc_softc *sc, struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
870
octmmc_dma_load_7890(struct octmmc_softc *sc, struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
910
octmmc_crtype_fixup(struct sdmmc_command *cmd)
sys/arch/octeon/dev/octmmc.c
942
octmmc_get_response(struct octmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/amlmmc.c
180
void amlmmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/fdt/amlmmc.c
581
amlmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/fdt/amlmmc.c
772
struct sdmmc_command cmd;
sys/dev/fdt/bcm2835_sdhost.c
162
void bcmsdhost_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
176
int bcmsdhost_dma_wait(struct bcmsdhost_softc *, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
177
int bcmsdhost_dma_transfer(struct bcmsdhost_softc *, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
179
int bcmsdhost_pio_transfer(struct bcmsdhost_softc *, struct sdmmc_command *);
sys/dev/fdt/bcm2835_sdhost.c
407
bcmsdhost_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/fdt/bcm2835_sdhost.c
519
bcmsdhost_dma_wait(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/bcm2835_sdhost.c
549
bcmsdhost_dma_transfer(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/bcm2835_sdhost.c
632
bcmsdhost_pio_transfer(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/dwmmc.c
1074
dwmmc_transfer_data(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/dwmmc.c
243
void dwmmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/fdt/dwmmc.c
265
void dwmmc_transfer_data(struct dwmmc_softc *, struct sdmmc_command *);
sys/dev/fdt/dwmmc.c
779
dwmmc_dma_setup32(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/dwmmc.c
804
dwmmc_dma_setup64(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/dwmmc.c
830
dwmmc_dma_setup(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/dwmmc.c
844
dwmmc_dma_reset(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/dwmmc.c
896
dwmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/fdt/imxesdhc.c
1001
imxesdhc_transfer_data(struct imxesdhc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/imxesdhc.c
238
void imxesdhc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/fdt/imxesdhc.c
239
int imxesdhc_start_command(struct imxesdhc_softc *, struct sdmmc_command *);
sys/dev/fdt/imxesdhc.c
243
void imxesdhc_transfer_data(struct imxesdhc_softc *, struct sdmmc_command *);
sys/dev/fdt/imxesdhc.c
800
imxesdhc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/fdt/imxesdhc.c
865
imxesdhc_start_command(struct imxesdhc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/sximmc.c
220
void sximmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/fdt/sximmc.c
797
sximmc_pio_wait(struct sximmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/sximmc.c
814
sximmc_pio_transfer(struct sximmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/sximmc.c
850
sximmc_dma_prepare(struct sximmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/fdt/sximmc.c
926
sximmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/ic/rtsx.c
1015
rtsx_xfer(struct rtsx_softc *sc, struct sdmmc_command *cmd, u_int32_t *cmdbuf)
sys/dev/ic/rtsx.c
108
void rtsx_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/ic/rtsx.c
1111
rtsx_xfer_bounce(struct rtsx_softc *sc, struct sdmmc_command *cmd)
sys/dev/ic/rtsx.c
1177
rtsx_xfer_adma(struct rtsx_softc *sc, struct sdmmc_command *cmd)
sys/dev/ic/rtsx.c
1219
rtsx_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/ic/rtsx.c
133
int rtsx_xfer(struct rtsx_softc *, struct sdmmc_command *, u_int32_t *);
sys/dev/ic/rtsx.c
134
int rtsx_xfer_bounce(struct rtsx_softc *, struct sdmmc_command *);
sys/dev/ic/rtsx.c
135
int rtsx_xfer_adma(struct rtsx_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
102
int wb_sdmmc_transfer_data(struct wb_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
103
void wb_sdmmc_rsp_read_long(struct wb_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
104
void wb_sdmmc_rsp_read_short(struct wb_softc *, struct sdmmc_command *);
sys/dev/ic/w83l518d_sdmmc.c
319
wb_sdmmc_rsp_read_long(struct wb_softc *wb, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
339
wb_sdmmc_rsp_read_short(struct wb_softc *wb, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
362
wb_sdmmc_transfer_data(struct wb_softc *wb, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
420
wb_sdmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/ic/w83l518d_sdmmc.c
71
struct sdmmc_command *);
sys/dev/sdmmc/sdhc.c
104
void sdhc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sys/dev/sdmmc/sdhc.c
105
int sdhc_start_command(struct sdhc_host *, struct sdmmc_command *);
sys/dev/sdmmc/sdhc.c
1088
sdhc_transfer_data(struct sdhc_host *hp, struct sdmmc_command *cmd)
sys/dev/sdmmc/sdhc.c
110
void sdhc_transfer_data(struct sdhc_host *, struct sdmmc_command *);
sys/dev/sdmmc/sdhc.c
875
sdhc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sys/dev/sdmmc/sdhc.c
933
sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd)
sys/dev/sdmmc/sdmmc.c
613
sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/sdmmc/sdmmc.c
615
struct sdmmc_command acmd;
sys/dev/sdmmc/sdmmc.c
648
sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/sdmmc/sdmmc.c
673
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc.c
690
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc.c
719
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc.c
745
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc.c
76
void sdmmc_dump_command(struct sdmmc_softc *, struct sdmmc_command *);
sys/dev/sdmmc/sdmmc.c
771
struct sdmmc_command *ucmd;
sys/dev/sdmmc/sdmmc.c
772
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc.c
849
sdmmc_dump_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
sys/dev/sdmmc/sdmmc_io.c
366
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_io.c
406
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_io.c
690
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
1042
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
1088
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
1107
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
1223
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
181
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
251
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
462
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
524
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
557
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
588
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_mem.c
632
struct sdmmc_command cmd;
sys/dev/sdmmc/sdmmc_scsi.c
63
struct sdmmc_command ccb_cmd;
sys/dev/sdmmc/sdmmcchip.h
24
struct sdmmc_command;
sys/dev/sdmmc/sdmmcchip.h
43
struct sdmmc_command *);
sys/dev/sdmmc/sdmmcvar.h
244
int sdmmc_mmc_command(struct sdmmc_softc *, struct sdmmc_command *);
sys/dev/sdmmc/sdmmcvar.h
245
int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_command *);
sys/dev/sdmmc/sdmmcvar.h
300
struct sdmmc_command cmd;