Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/st/mmc/
Dstm32_sdmmc2.c123 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd);
124 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd);
171 struct mmc_cmd cmd_stop; in stm32_sdmmc2_stop_transfer()
173 zeromem(&cmd_stop, sizeof(struct mmc_cmd)); in stm32_sdmmc2_stop_transfer()
181 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd_req()
386 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd()
470 struct mmc_cmd cmd; in stm32_sdmmc2_prepare()
497 zeromem(&cmd, sizeof(struct mmc_cmd)); in stm32_sdmmc2_prepare()
/external/arm-trusted-firmware/include/drivers/
Dmmc.h114 struct mmc_cmd { struct
123 int (*send_cmd)(struct mmc_cmd *cmd); argument
/external/arm-trusted-firmware/drivers/imx/usdhc/
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()
/external/arm-trusted-firmware/drivers/synopsys/emmc/
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()
/external/arm-trusted-firmware/drivers/mmc/
Dmmc.c50 struct mmc_cmd cmd; in mmc_send_cmd()
53 zeromem(&cmd, sizeof(struct mmc_cmd)); in mmc_send_cmd()
/external/arm-trusted-firmware/drivers/rpi3/sdhost/
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()