Searched refs:MMC_CMD_RETRIES (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | mmc_ops.c | 82 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 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()
|
| H A D | core.h | 18 #define MMC_CMD_RETRIES 3 macro
|
| H A D | sdio_ops.c | 28 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()
|