Searched refs:MMC_CMD_RETRIES (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mmc/core/ |
A D | mmc_ops.c | 87 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()
|
A D | mmc.c | 1074 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() 1270 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1286 0, false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1301 false, true, MMC_CMD_RETRIES); in mmc_hs400_to_hs200() 1385 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1419 false, true, MMC_CMD_RETRIES); in mmc_select_hs400es() 1484 false, true, MMC_CMD_RETRIES); in mmc_select_hs200() [all …]
|
A 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()
|
A D | sdio_ops.c | 28 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()
|
A D | core.h | 18 #define MMC_CMD_RETRIES 3 macro
|
Completed in 15 milliseconds