Home
last modified time | relevance | path

Searched refs:WDT_BASE (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/intel/soc/common/drivers/wdt/
Dwatchdog.h10 #define WDT_BASE (0xFFD00200) macro
15 #define WDT_CR (WDT_BASE + 0x0)
16 #define WDT_TORR (WDT_BASE + 0x4)
18 #define WDT_CRR (WDT_BASE + 0xC)
20 #define WDT_CCVR (WDT_BASE + 0x8)
21 #define WDT_STAT (WDT_BASE + 0x10)
22 #define WDT_EOI (WDT_BASE + 0x14)
24 #define WDT_COMP_PARAM_1 (WDT_BASE + 0xF4)
25 #define WDT_COMP_VERSION (WDT_BASE + 0xF8)
26 #define WDT_COMP_TYPE (WDT_BASE + 0XFC)
/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/wdt/
Dwdt.c15 #define WDT_BASE (RGU_BASE + 0) macro
16 #define WDT_MODE (WDT_BASE + 0x00)
17 #define WDT_LENGTH (WDT_BASE + 0x04)
18 #define WDT_RESTART (WDT_BASE + 0x08)
19 #define WDT_SWRST (WDT_BASE + 0x14)