sdmmc_command
ommmc_transfer_data(struct ommmc_softc *sc, struct sdmmc_command *cmd)
void ommmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
int ommmc_start_command(struct ommmc_softc *, struct sdmmc_command *);
void ommmc_transfer_data(struct ommmc_softc *, struct sdmmc_command *);
ommmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
ommmc_start_command(struct ommmc_softc *sc, struct sdmmc_command *cmd)
void octmmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
void octmmc_exec_dma(struct octmmc_bus *, struct sdmmc_command *);
void octmmc_exec_pio(struct octmmc_bus *, struct sdmmc_command *);
paddr_t octmmc_dma_load_6130(struct octmmc_softc *, struct sdmmc_command *);
void octmmc_dma_load_7890(struct octmmc_softc *, struct sdmmc_command *);
uint64_t octmmc_crtype_fixup(struct sdmmc_command *);
void octmmc_get_response(struct octmmc_softc *, struct sdmmc_command *);
octmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
octmmc_exec_dma(struct octmmc_bus *bus, struct sdmmc_command *cmd)
octmmc_exec_pio(struct octmmc_bus *bus, struct sdmmc_command *cmd)
octmmc_dma_load_6130(struct octmmc_softc *sc, struct sdmmc_command *cmd)
octmmc_dma_load_7890(struct octmmc_softc *sc, struct sdmmc_command *cmd)
octmmc_crtype_fixup(struct sdmmc_command *cmd)
octmmc_get_response(struct octmmc_softc *sc, struct sdmmc_command *cmd)
void amlmmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
amlmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
struct sdmmc_command cmd;
void bcmsdhost_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
int bcmsdhost_dma_wait(struct bcmsdhost_softc *, struct sdmmc_command *);
int bcmsdhost_dma_transfer(struct bcmsdhost_softc *, struct sdmmc_command *);
int bcmsdhost_pio_transfer(struct bcmsdhost_softc *, struct sdmmc_command *);
bcmsdhost_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
bcmsdhost_dma_wait(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
bcmsdhost_dma_transfer(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
bcmsdhost_pio_transfer(struct bcmsdhost_softc *sc, struct sdmmc_command *cmd)
dwmmc_transfer_data(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
void dwmmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
void dwmmc_transfer_data(struct dwmmc_softc *, struct sdmmc_command *);
dwmmc_dma_setup32(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
dwmmc_dma_setup64(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
dwmmc_dma_setup(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
dwmmc_dma_reset(struct dwmmc_softc *sc, struct sdmmc_command *cmd)
dwmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
imxesdhc_transfer_data(struct imxesdhc_softc *sc, struct sdmmc_command *cmd)
void imxesdhc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
int imxesdhc_start_command(struct imxesdhc_softc *, struct sdmmc_command *);
void imxesdhc_transfer_data(struct imxesdhc_softc *, struct sdmmc_command *);
imxesdhc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
imxesdhc_start_command(struct imxesdhc_softc *sc, struct sdmmc_command *cmd)
void sximmc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
sximmc_pio_wait(struct sximmc_softc *sc, struct sdmmc_command *cmd)
sximmc_pio_transfer(struct sximmc_softc *sc, struct sdmmc_command *cmd)
sximmc_dma_prepare(struct sximmc_softc *sc, struct sdmmc_command *cmd)
sximmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
rtsx_xfer(struct rtsx_softc *sc, struct sdmmc_command *cmd, u_int32_t *cmdbuf)
void rtsx_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
rtsx_xfer_bounce(struct rtsx_softc *sc, struct sdmmc_command *cmd)
rtsx_xfer_adma(struct rtsx_softc *sc, struct sdmmc_command *cmd)
rtsx_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
int rtsx_xfer(struct rtsx_softc *, struct sdmmc_command *, u_int32_t *);
int rtsx_xfer_bounce(struct rtsx_softc *, struct sdmmc_command *);
int rtsx_xfer_adma(struct rtsx_softc *, struct sdmmc_command *);
int wb_sdmmc_transfer_data(struct wb_softc *, struct sdmmc_command *);
void wb_sdmmc_rsp_read_long(struct wb_softc *, struct sdmmc_command *);
void wb_sdmmc_rsp_read_short(struct wb_softc *, struct sdmmc_command *);
wb_sdmmc_rsp_read_long(struct wb_softc *wb, struct sdmmc_command *cmd)
wb_sdmmc_rsp_read_short(struct wb_softc *wb, struct sdmmc_command *cmd)
wb_sdmmc_transfer_data(struct wb_softc *wb, struct sdmmc_command *cmd)
wb_sdmmc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
struct sdmmc_command *);
void sdhc_exec_command(sdmmc_chipset_handle_t, struct sdmmc_command *);
int sdhc_start_command(struct sdhc_host *, struct sdmmc_command *);
sdhc_transfer_data(struct sdhc_host *hp, struct sdmmc_command *cmd)
void sdhc_transfer_data(struct sdhc_host *, struct sdmmc_command *);
sdhc_exec_command(sdmmc_chipset_handle_t sch, struct sdmmc_command *cmd)
sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd)
sdmmc_app_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
struct sdmmc_command acmd;
sdmmc_mmc_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
void sdmmc_dump_command(struct sdmmc_softc *, struct sdmmc_command *);
struct sdmmc_command *ucmd;
struct sdmmc_command cmd;
sdmmc_dump_command(struct sdmmc_softc *sc, struct sdmmc_command *cmd)
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command cmd;
struct sdmmc_command ccb_cmd;
struct sdmmc_command;
struct sdmmc_command *);
int sdmmc_mmc_command(struct sdmmc_softc *, struct sdmmc_command *);
int sdmmc_app_command(struct sdmmc_softc *, struct sdmmc_command *);
struct sdmmc_command cmd;