Home
last modified time | relevance | path

Searched refs:MMC_CMD_RETRIES (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/mmc/core/
Dmmc_ops.c87 return __mmc_send_status(card, status, MMC_CMD_RETRIES); in mmc_send_status()
105 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in _mmc_select_card()
136 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_set_dsr()
228 return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES); in mmc_set_relative_addr()
241 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_cxd_native()
633 true, false, MMC_CMD_RETRIES); in mmc_switch()
Dmmc.c1074 true, true, MMC_CMD_RETRIES); in mmc_select_hs()
1106 true, true, MMC_CMD_RETRIES); in mmc_select_hs_ddr()
1174 false, true, MMC_CMD_RETRIES); in mmc_select_hs400()
1216 false, true, MMC_CMD_RETRIES); in mmc_select_hs400()
1262 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200()
1278 0, false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200()
1293 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200()
1377 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es()
1411 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es()
1476 false, true, MMC_CMD_RETRIES); in mmc_select_hs200()
[all …]
Dsd_ops.c62 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()
Dsdio_ops.c28 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()
Dcore.h18 #define MMC_CMD_RETRIES 3 macro