Searched refs:MMC_CMD_RETRIES (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/mmc/core/ |
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() 663 true, false, MMC_CMD_RETRIES); in mmc_switch()
|
D | mmc.c | 1081 true, true, MMC_CMD_RETRIES); in mmc_select_hs() 1113 true, true, MMC_CMD_RETRIES); in mmc_select_hs_ddr() 1181 false, true, MMC_CMD_RETRIES); in mmc_select_hs400() 1223 false, true, MMC_CMD_RETRIES); in mmc_select_hs400() 1277 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1293 0, false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1308 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1387 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1425 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1490 false, true, MMC_CMD_RETRIES); in mmc_select_hs200() [all …]
|
D | sd_ops.c | 62 for (i = 0; i <= MMC_CMD_RETRIES; i++) { in mmc_wait_for_app_cmd() 247 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()
|