Go to the documentation of this file.
12 #ifndef __ASM_MACH_LOONGSON1_REGS_WDT_H
13 #define __ASM_MACH_LOONGSON1_REGS_WDT_H
15 #define LS1X_WDT_REG(x) \
16 ((void __iomem *)KSEG1ADDR(LS1X_WDT_BASE + (x)))
18 #define LS1X_WDT_EN LS1X_WDT_REG(0x0)
19 #define LS1X_WDT_SET LS1X_WDT_REG(0x4)
20 #define LS1X_WDT_TIMER LS1X_WDT_REG(0x8)