Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/core/
Dsd_ops.c76 retries = MMC_CMD_RETRIES; in mmc_wait_for_app_cmd()
139 return mmc_wait_for_app_cmd(card->host, card, &cmd, MMC_CMD_RETRIES); in mmc_app_set_bus_width()
155 err = mmc_wait_for_app_cmd(host, NULL, &cmd, MMC_CMD_RETRIES); in mmc_send_app_op_cond()
226 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_relative_addr()
Dmmc_ops.c84 return __mmc_send_status(card, status, MMC_CMD_RETRIES); in mmc_send_status()
102 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in _mmc_select_card()
133 return mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_set_dsr()
219 return mmc_wait_for_cmd(card->host, &cmd, MMC_CMD_RETRIES); in mmc_set_relative_addr()
232 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_cxd_native()
565 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in __mmc_switch()
Dcore.h21 #define MMC_CMD_RETRIES 3 macro
Dsdio_ops.c32 err = mmc_wait_for_cmd(host, &cmd, MMC_CMD_RETRIES); in mmc_send_io_op_cond()