Skip to content

Commit

Permalink
mmc: sdhci: add the abort CMDTYPE bits definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Zhu authored and Chris Ball committed Mar 25, 2011
1 parent e481e45 commit 574e3f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/host/sdhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 574e3f5

Please sign in to comment.