]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/fsl_wdog.h
cmd: add command for accessing the RPM via SMD protocol
[karo-tx-uboot.git] / 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)