Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mmc/ !
H A Dmmc_boot.c35 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
46 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
59 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
71 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_boot_partition_size_change()
H A Dmmc_write.c56 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_erase_t()
63 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_erase_t()
71 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_erase_t()
195 if (mmc_send_cmd(mmc, &cmd, &data)) { in mmc_write_blocks()
207 if (mmc_send_cmd(mmc, &cmd, NULL)) { in mmc_write_blocks()
H A Dmmc.c155 int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd() function
178 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_send_status()
222 return mmc_send_cmd(mmc, &cmd, NULL); in mmc_set_blocklen()
235 return mmc_send_cmd(mmc, &cmd, NULL); in mmc_set_blockcount()
261 if (mmc_send_cmd(mmc, &cmd, &data)) in mmc_read_blocks()
268 if (mmc_send_cmd(mmc, &cmd, NULL)) { in mmc_read_blocks()
504 err = mmc_send_cmd(mmc, &cmd, NULL); in mmc_go_idle()
526 err = mmc_send_cmd(mmc, &cmd, NULL); in sd_send_op_cond()
547 err = mmc_send_cmd(mmc, &cmd, NULL); in sd_send_op_cond()
569 err = mmc_send_cmd(mmc, &cmd, NULL); in sd_send_op_cond()
[all …]
H A Dmmc_private.h15 extern int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd,
H A Drpmb.c81 ret = mmc_send_cmd(mmc, &cmd, &data); in mmc_rpmb_request()
113 ret = mmc_send_cmd(mmc, &cmd, &data); in mmc_rpmb_response()
H A Dmmc-uclass.c77 int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd, struct mmc_data *data) in mmc_send_cmd() function