diff options
author | Richard Zhu | 2011-03-21 06:22:14 +0100 |
---|---|---|
committer | Chris Ball | 2011-03-25 15:30:50 +0100 |
commit | 574e3f5602d930a962f50dcc7124941c60c44084 (patch) | |
tree | ec31cb08f35c167d0f59e6dc2611a2854dcac440 /drivers | |
parent | mmc: sdhci-esdhc: remove SDHCI_QUIRK_NO_CARD_NO_RESET from esdhc (diff) | |
download | kernel-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')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 1 |
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 |