|
@@ -131,6 +131,9 @@ struct mmc_host_ops {
|
|
|
|
|
|
int (*start_signal_voltage_switch)(struct mmc_host *host, struct mmc_ios *ios);
|
|
|
|
|
|
+ /* Check if the card is pulling dat[0:3] low */
|
|
|
+ int (*card_busy)(struct mmc_host *host);
|
|
|
+
|
|
|
/* The tuning command opcode value is different for SD and eMMC cards */
|
|
|
int (*execute_tuning)(struct mmc_host *host, u32 opcode);
|
|
|
void (*enable_preset_value)(struct mmc_host *host, bool enable);
|