]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_wdog.h
thunderx: Move mmu table into board file
[u-boot] / include / fsl_wdog.h
index d15a70cedbaffd4c8f37d62e12fefaed422646de..f698d4d64edc9b6cd544d800e18f8fcd7d350f3a 100644 (file)
@@ -16,3 +16,4 @@ struct watchdog_regs {
 #define WCR_WDT                0x08
 #define WCR_SRS                0x10
 #define SET_WCR_WT(x)  (x << 8)
+#define WCR_WT_MSK     SET_WCR_WT(0xFF)