]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: sdhci: add the abort CMDTYPE bits definition
authorRichard Zhu <Hong-Xing.Zhu@freescale.com>
Mon, 21 Mar 2011 05:22:14 +0000 (13:22 +0800)
committerChris Ball <cjb@laptop.org>
Fri, 25 Mar 2011 14:30:50 +0000 (10:30 -0400)
Add the abort CMDTYPE bits definition of command register (offset 0xE)

Signed-off-by: Richard Zhu <Hong-Xing.Zhu@freescale.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci.h

index 6e0969e40650709c4e785267e63e8c1656f2a7b0..25e8bde600d1e839a3b44caf77558ec8a52d381c 100644 (file)
@@ -45,6 +45,7 @@
 #define  SDHCI_CMD_CRC         0x08
 #define  SDHCI_CMD_INDEX       0x10
 #define  SDHCI_CMD_DATA                0x20
+#define  SDHCI_CMD_ABORTCMD    0xC0
 
 #define  SDHCI_CMD_RESP_NONE   0x00
 #define  SDHCI_CMD_RESP_LONG   0x01