dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Richard Zhu 2011-03-21 13:22:14 +08:00 committed by Chris Ball
parent e481e45df7
commit 574e3f5602
1 changed files with 1 additions and 0 deletions

View 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