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>

authored by Richard Zhu and committed by Chris Ball 574e3f56 e481e45d

+1
+1
drivers/mmc/host/sdhci.h
··· 45 45 #define SDHCI_CMD_CRC 0x08 46 46 #define SDHCI_CMD_INDEX 0x10 47 47 #define SDHCI_CMD_DATA 0x20 48 + #define SDHCI_CMD_ABORTCMD 0xC0 48 49 49 50 #define SDHCI_CMD_RESP_NONE 0x00 50 51 #define SDHCI_CMD_RESP_LONG 0x01