]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Omap35xxPkg/Flash/Flash.h
Added DebugAgentTimerLib. Cleaned up .h files and other code.
[mirror_edk2.git] / Omap35xxPkg / Flash / Flash.h
index 2e95b96bb925d1079f7f8aa7edda56e72cbb8a1a..a1a4349ebdd31d3c12a43d9e75027dc625d0d493 100644 (file)
 
 //Nand status register bit definition
 #define NAND_SUCCESS             (0x0UL << 0)
-#define NAND_FAILURE             (0x1UL << 0)
+#define NAND_FAILURE             BIT0
 
 #define NAND_BUSY                (0x0UL << 6)
-#define NAND_READY               (0x1UL << 6)
+#define NAND_READY               BIT6
 
 #define NAND_RESET_STATUS        (0x60UL << 0)