diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index ff070a309f8..036cfae7636 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -243,6 +243,8 @@ struct sdhci_host { | |||
243 | #define SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC (1<<26) | 243 | #define SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC (1<<26) |
244 | /* Controller is missing device caps. Use caps provided by host */ | 244 | /* Controller is missing device caps. Use caps provided by host */ |
245 | #define SDHCI_QUIRK_MISSING_CAPS (1<<27) | 245 | #define SDHCI_QUIRK_MISSING_CAPS (1<<27) |
246 | /* Controller uses Auto CMD12 command to stop the transfer */ | ||
247 | #define SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 (1<<28) | ||
246 | 248 | ||
247 | int irq; /* Device IRQ */ | 249 | int irq; /* Device IRQ */ |
248 | void __iomem * ioaddr; /* Mapped address */ | 250 | void __iomem * ioaddr; /* Mapped address */ |