Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 574e3f56 authored by Richard Zhu's avatar Richard Zhu Committed by Chris Ball
Browse files

mmc: sdhci: add the abort CMDTYPE bits definition



Add the abort CMDTYPE bits definition of command register (offset 0xE)

Signed-off-by: default avatarRichard Zhu <Hong-Xing.Zhu@freescale.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent e481e45d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,7 @@
#define  SDHCI_CMD_CRC		0x08
#define  SDHCI_CMD_CRC		0x08
#define  SDHCI_CMD_INDEX	0x10
#define  SDHCI_CMD_INDEX	0x10
#define  SDHCI_CMD_DATA		0x20
#define  SDHCI_CMD_DATA		0x20
#define  SDHCI_CMD_ABORTCMD	0xC0


#define  SDHCI_CMD_RESP_NONE	0x00
#define  SDHCI_CMD_RESP_NONE	0x00
#define  SDHCI_CMD_RESP_LONG	0x01
#define  SDHCI_CMD_RESP_LONG	0x01