Home
last modified time | relevance | path

Searched refs:mmc_cmd (Results 1 – 6 of 6) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/st/mmc/
A Dstm32_sdmmc2.c135 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd);
136 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd);
211 struct mmc_cmd cmd_stop; in stm32_sdmmc2_stop_transfer()
213 zeromem(&cmd_stop, sizeof(struct mmc_cmd)); in stm32_sdmmc2_stop_transfer()
221 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd_req()
441 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd()
525 struct mmc_cmd cmd; in stm32_sdmmc2_prepare()
552 zeromem(&cmd, sizeof(struct mmc_cmd)); in stm32_sdmmc2_prepare()
/arm-trusted-firmware-2.8.0/include/drivers/
A Dmmc.h127 struct mmc_cmd { struct
136 int (*send_cmd)(struct mmc_cmd *cmd); argument
/arm-trusted-firmware-2.8.0/drivers/imx/usdhc/
A Dimx_usdhc.c21 static int imx_usdhc_send_cmd(struct mmc_cmd *cmd);
110 static int imx_usdhc_send_cmd(struct mmc_cmd *cmd) in imx_usdhc_send_cmd()
/arm-trusted-firmware-2.8.0/drivers/synopsys/emmc/
A Ddw_mmc.c124 static int dw_send_cmd(struct mmc_cmd *cmd);
226 static int dw_send_cmd(struct mmc_cmd *cmd) in dw_send_cmd()
/arm-trusted-firmware-2.8.0/drivers/rpi3/sdhost/
A Drpi3_sdhost.c21 static int rpi3_sdhost_send_cmd(struct mmc_cmd *cmd);
258 static int rpi3_sdhost_send_cmd(struct mmc_cmd *cmd) in rpi3_sdhost_send_cmd()
/arm-trusted-firmware-2.8.0/drivers/mmc/
A Dmmc.c57 struct mmc_cmd cmd; in mmc_send_cmd()
60 zeromem(&cmd, sizeof(struct mmc_cmd)); in mmc_send_cmd()

Completed in 10 milliseconds