summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tmio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mfd/tmio.h')
-rw-r--r--include/linux/mfd/tmio.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index 7a26286db895..a1520d88ebf3 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -94,10 +94,13 @@
*/
#define TMIO_MMC_HAVE_CMD12_CTRL (1 << 7)
+/* Controller has some SDIO status bits which must be 1 */
+#define TMIO_MMC_SDIO_STATUS_SETBITS (1 << 8)
+
/*
- * Some controllers needs to set 1 on SDIO status reserved bits
+ * Some controllers have a 32-bit wide data port register
*/
-#define TMIO_MMC_SDIO_STATUS_QUIRK (1 << 8)
+#define TMIO_MMC_32BIT_DATA_PORT (1 << 9)
/*
* Some controllers allows to set SDx actual clock
OpenPOWER on IntegriCloud