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() 257 return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES); in mmc_set_relative_addr() 270 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_cxd_native() 664 true, false, MMC_CMD_RETRIES); in mmc_switch()
|
H A D | mmc.c | 1077 true, true, MMC_CMD_RETRIES); in mmc_select_hs() 1109 true, true, MMC_CMD_RETRIES); in mmc_select_hs_ddr() 1177 false, true, MMC_CMD_RETRIES); in mmc_select_hs400() 1219 false, true, MMC_CMD_RETRIES); in mmc_select_hs400() 1273 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1289 0, false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1304 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1383 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1421 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1486 false, true, MMC_CMD_RETRIES); in mmc_select_hs200() [all …]
|
H A D | sd_ops.c | 76 for (i = 0; i <= MMC_CMD_RETRIES; i++) { in mmc_wait_for_app_cmd() 276 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 | 554 mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_cqe_recovery() 564 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_cqe_recovery() 569 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_cqe_recovery()
|