Lines Matching defs:MTK_WDT_BASE
162 #define MTK_WDT_BASE (IO_PHYS + 0x00007000)
164 #define MTK_WDT_MODE (MTK_WDT_BASE + 0x0000)
165 #define MTK_WDT_LENGTH (MTK_WDT_BASE + 0x0004)
166 #define MTK_WDT_RESTART (MTK_WDT_BASE + 0x0008)
167 #define MTK_WDT_STATUS (MTK_WDT_BASE + 0x000C)
168 #define MTK_WDT_INTERVAL (MTK_WDT_BASE + 0x0010)
169 #define MTK_WDT_SWRST (MTK_WDT_BASE + 0x0014)
170 #define MTK_WDT_SWSYSRST (MTK_WDT_BASE + 0x0018)
171 #define MTK_WDT_NONRST_REG (MTK_WDT_BASE + 0x0020)
172 #define MTK_WDT_NONRST_REG2 (MTK_WDT_BASE + 0x0024)
173 #define MTK_WDT_REQ_MODE (MTK_WDT_BASE + 0x0030)
174 #define MTK_WDT_REQ_IRQ_EN (MTK_WDT_BASE + 0x0034)
175 #define MTK_WDT_EXT_REQ_CON (MTK_WDT_BASE + 0x0038)
176 #define MTK_WDT_DEBUG_CTL (MTK_WDT_BASE + 0x0040)
177 #define MTK_WDT_LATCH_CTL (MTK_WDT_BASE + 0x0044)
178 #define MTK_WDT_DEBUG_CTL2 (MTK_WDT_BASE + 0x00A0)
179 #define MTK_WDT_COUNTER (MTK_WDT_BASE + 0x0514)