summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci.h
diff options
context:
space:
mode:
authorRichard Zhu2011-03-21 06:22:14 +0100
committerChris Ball2011-03-25 15:30:50 +0100
commit574e3f5602d930a962f50dcc7124941c60c44084 (patch)
treeec31cb08f35c167d0f59e6dc2611a2854dcac440 /drivers/mmc/host/sdhci.h
parentmmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhc (diff)
downloadkernel-qcow2-linux-574e3f5602d930a962f50dcc7124941c60c44084.tar.gz
kernel-qcow2-linux-574e3f5602d930a962f50dcc7124941c60c44084.tar.xz
kernel-qcow2-linux-574e3f5602d930a962f50dcc7124941c60c44084.zip
mmc: sdhci: add the abort CMDTYPE bits definition
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>
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r--drivers/mmc/host/sdhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h
index 6e0969e40650..25e8bde600d1 100644
--- a/drivers/mmc/host/sdhci.h
+++ b/drivers/mmc/host/sdhci.h
@@ -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