Searched refs:MMC_CMD_RETRIES (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/mmc/core/ |
| D | mmc_ops.c | 80 return __mmc_send_status(card, status, MMC_CMD_RETRIES); in mmc_send_status() 98 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in _mmc_select_card() 129 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_set_dsr() 221 return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES); in mmc_set_relative_addr() 234 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_cxd_native() 567 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in __mmc_switch()
|
| D | sd_ops.c | 61 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()
|
| D | core.h | 18 #define MMC_CMD_RETRIES 3 macro
|
| D | sdio_ops.c | 28 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()
|