Home
last modified time | relevance | path

Searched refs:MMC_CMD_RETRIES (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dmmc_ops.c82 return __mmc_send_status(card, status, MMC_CMD_RETRIES); in mmc_send_status()
100 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in _mmc_select_card()
131 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_set_dsr()
243 return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES); in mmc_set_relative_addr()
256 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_cxd_native()
621 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in __mmc_switch()
H A Dsd_ops.c61 for (i = 0; i <= MMC_CMD_RETRIES; i++) { in mmc_wait_for_app_cmd()
201 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_relative_addr()
H A Dcore.h18 #define MMC_CMD_RETRIES 3 macro
H A Dsdio_ops.c28 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()