Searched refs:mmc_send_cmd_quirks (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/mmc/
H A Dmmc.c237 * mmc_send_cmd_quirks() - send a command to the mmc device, retrying if a
248 static int mmc_send_cmd_quirks(struct mmc *mmc, struct mmc_cmd *cmd, function
328 return mmc_send_cmd_quirks(mmc, &cmd, NULL,
1535 err = mmc_send_cmd_quirks(mmc, &cmd, NULL, MMC_QUIRK_RETRY_APP_CMD, 4);
2510 err = mmc_send_cmd_quirks(mmc, &cmd, NULL, MMC_QUIRK_RETRY_SEND_CID, 4);

Completed in 70 milliseconds