Searched refs:MMC_CMD_RETRIES (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/mmc/core/ |
| H A D | mmc_ops.c | 95 return __mmc_send_status(card, status, MMC_CMD_RETRIES); in mmc_send_status() 113 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in _mmc_select_card() 144 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_set_dsr() 265 return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES); in mmc_set_relative_addr() 278 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_cxd_native() 672 true, false, MMC_CMD_RETRIES); in mmc_switch()
|
| H A D | mmc.c | 1088 true, true, MMC_CMD_RETRIES); in mmc_select_hs() 1120 true, true, MMC_CMD_RETRIES); in mmc_select_hs_ddr() 1188 false, true, MMC_CMD_RETRIES); in mmc_select_hs400() 1230 false, true, MMC_CMD_RETRIES); in mmc_select_hs400() 1284 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1300 0, false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1315 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1394 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1432 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1497 false, true, MMC_CMD_RETRIES); in mmc_select_hs200() [all …]
|
| H A D | sd_ops.c | 86 for (i = 0; i <= MMC_CMD_RETRIES; i++) { in mmc_wait_for_app_cmd() 300 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_relative_addr()
|
| H A D | sdio_ops.c | 28 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()
|
| H A D | core.h | 18 #define MMC_CMD_RETRIES 3 macro
|
| H A D | core.c | 561 mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_cqe_recovery() 570 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_cqe_recovery() 575 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_cqe_recovery()
|