|
@@ -208,6 +208,8 @@ struct sdhci_host {
|
|
|
#define SDHCI_QUIRK_BROKEN_TIMEOUT_VAL (1<<12)
|
|
|
/* Controller has an issue with buffer bits for small transfers */
|
|
|
#define SDHCI_QUIRK_BROKEN_SMALL_PIO (1<<13)
|
|
|
+/* Controller does not provide transfer-complete interrupt when not busy */
|
|
|
+#define SDHCI_QUIRK_NO_BUSY_IRQ (1<<14)
|
|
|
|
|
|
int irq; /* Device IRQ */
|
|
|
void __iomem * ioaddr; /* Mapped address */
|