]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Universal/MmcDxe/Mmc.h
EmbeddedPkg/MmcDxe: The timeout while waiting for the programming to be complete...
[mirror_edk2.git] / EmbeddedPkg / Universal / MmcDxe / Mmc.h
index f3b90295736ad273db2f6900fc472b54eee061ba..0c51428e9eac9494ccccfba98dd70ea434ba2381 100644 (file)
@@ -69,7 +69,7 @@ typedef struct {
   UINT32  V270_V360:   9; // 2.70V - 3.60V\r
   UINT32  RESERVED_1:  5; // Reserved\r
   UINT32  AccessMode:  2; // 00b (byte mode), 10b (sector mode) \r
-  UINT32  Busy:        1; // This bit is set to LOW if the card has not finished the power up routine\r
+  UINT32  PowerUp:     1; // This bit is set to LOW if the card has not finished the power up routine\r
 } OCR;\r
 \r
 typedef struct {\r
@@ -288,7 +288,7 @@ MmcFlushBlocks (
   IN EFI_BLOCK_IO_PROTOCOL  *This\r
   );\r
 \r
-EFI_STATUS InitializeMmcDevice(\r
+EFI_STATUS InitializeMmcDevice (\r
   IN  MMC_HOST_INSTANCE   *MmcHost\r
   );\r
 \r