Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/drivers/sdmmc/
H A Dsdmmc.c43 struct mmc_cmd cmd; in sdmmc_send_cmd()
46 zeromem(&cmd, sizeof(struct mmc_cmd)); in sdmmc_send_cmd()
/rk3399_ARM-atf/drivers/st/mmc/
H A Dstm32_sdmmc2.c145 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd);
146 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd);
221 struct mmc_cmd cmd_stop; in stm32_sdmmc2_stop_transfer()
223 zeromem(&cmd_stop, sizeof(struct mmc_cmd)); in stm32_sdmmc2_stop_transfer()
231 static int stm32_sdmmc2_send_cmd_req(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd_req()
451 static int stm32_sdmmc2_send_cmd(struct mmc_cmd *cmd) in stm32_sdmmc2_send_cmd()
535 struct mmc_cmd cmd; in stm32_sdmmc2_prepare()
562 zeromem(&cmd, sizeof(struct mmc_cmd)); in stm32_sdmmc2_prepare()
/rk3399_ARM-atf/drivers/imx/usdhc/
H A Dimx_usdhc.c38 static int imx_usdhc_send_cmd(struct mmc_cmd *cmd);
199 static bool is_data_transfer_to_card(const struct mmc_cmd *cmd) in is_data_transfer_to_card()
206 static bool is_data_transfer_cmd(const struct mmc_cmd *cmd) in is_data_transfer_cmd()
225 static int get_xfr_type(const struct mmc_cmd *cmd, bool data, uint32_t *xfertype) in get_xfr_type()
261 static int imx_usdhc_send_cmd(struct mmc_cmd *cmd) in imx_usdhc_send_cmd()
/rk3399_ARM-atf/include/drivers/
H A Dmmc.h128 struct mmc_cmd { struct
137 int (*send_cmd)(struct mmc_cmd *cmd); argument
/rk3399_ARM-atf/drivers/synopsys/emmc/
H 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()
/rk3399_ARM-atf/drivers/rpi3/sdhost/
H A Drpi3_sdhost.c21 static int rpi3_sdhost_send_cmd(struct mmc_cmd *cmd);
257 static int rpi3_sdhost_send_cmd(struct mmc_cmd *cmd) in rpi3_sdhost_send_cmd()
/rk3399_ARM-atf/drivers/mmc/
H A Dmmc.c57 struct mmc_cmd cmd; in mmc_send_cmd()
60 zeromem(&cmd, sizeof(struct mmc_cmd)); in mmc_send_cmd()
/rk3399_ARM-atf/drivers/cadence/emmc/
H A Dcdns_sdmmc.c23 int cdns_send_cmd(struct mmc_cmd *cmd);
542 int cdns_send_cmd(struct mmc_cmd *cmd) in cdns_send_cmd()