|
@@ -245,6 +245,8 @@ struct sdhci_host {
|
|
|
#define SDHCI_QUIRK_MISSING_CAPS (1<<27)
|
|
|
/* Controller uses Auto CMD12 command to stop the transfer */
|
|
|
#define SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 (1<<28)
|
|
|
+/* Controller doesn't have HISPD bit field in HI-SPEED SD card */
|
|
|
+#define SDHCI_QUIRK_NO_HISPD_BIT (1<<29)
|
|
|
|
|
|
int irq; /* Device IRQ */
|
|
|
void __iomem * ioaddr; /* Mapped address */
|