ArmPkg/PL180Mci: Fix build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11598 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
#define MCI_DATACTL_STREAM_TRANS 4
|
#define MCI_DATACTL_STREAM_TRANS 4
|
||||||
#define MCI_DATACTL_DMA_ENABLE (1 << 3)
|
#define MCI_DATACTL_DMA_ENABLE (1 << 3)
|
||||||
|
|
||||||
#define INDX(CMD_INDX) ((CMD_INDX & 0x3F) | MCI_CPSM_ENABLED)
|
#define INDX_MASK 0x3F
|
||||||
|
|
||||||
#define MCI_CPSM_ENABLED (1 << 10)
|
#define MCI_CPSM_ENABLED (1 << 10)
|
||||||
#define MCI_CPSM_WAIT_RESPONSE (1 << 6)
|
#define MCI_CPSM_WAIT_RESPONSE (1 << 6)
|
||||||
|
Reference in New Issue
Block a user