summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rwxr-xr-xdrivers/mmc/host/sdhci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index fe800af6b7d0..fc746a0efeed 100755
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -217,6 +217,10 @@ struct sdhci_host {
#define SDHCI_QUIRK_ENABLE_INTERRUPT_AT_BLOCK_GAP (1<<16)
/* Controller should not program HIGH_SPEED_EN after switching to high speed */
#define SDHCI_QUIRK_BROKEN_CTRL_HISPD (1<<17)
+/* Controller provides an incorrect SPECIFICATION_VERSION_NUMBER */
+#define SDHCI_QUIRK_BROKEN_SPEC_VERSION (1<<18)
+/* Controller supports maximum ADMA size of 32 Kilo bytes. */
+#define SDHCI_QUIRK_32KB_MAX_ADMA_SIZE (1<<19)
int irq; /* Device IRQ */
void __iomem * ioaddr; /* Mapped address */