aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host/pxamci.h')
-rw-r--r--drivers/mmc/host/pxamci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/pxamci.h b/drivers/mmc/host/pxamci.h
index df17c281278a..3153e779d46a 100644
--- a/drivers/mmc/host/pxamci.h
+++ b/drivers/mmc/host/pxamci.h
@@ -25,6 +25,8 @@
#define SPI_EN (1 << 0)
#define MMC_CMDAT 0x0010
+#define CMDAT_SDIO_INT_EN (1 << 11)
+#define CMDAT_SD_4DAT (1 << 8)
#define CMDAT_DMAEN (1 << 7)
#define CMDAT_INIT (1 << 6)
#define CMDAT_BUSY (1 << 5)