Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/intel/soc/common/drivers/wdt/
Dwatchdog.h11 #define WDT_BASE (0x10D00200) macro
13 #define WDT_BASE (0xFFD00200) macro
19 #define WDT_CR (WDT_BASE + 0x0)
20 #define WDT_TORR (WDT_BASE + 0x4)
22 #define WDT_CRR (WDT_BASE + 0xC)
24 #define WDT_CCVR (WDT_BASE + 0x8)
25 #define WDT_STAT (WDT_BASE + 0x10)
26 #define WDT_EOI (WDT_BASE + 0x14)
28 #define WDT_COMP_PARAM_1 (WDT_BASE + 0xF4)
29 #define WDT_COMP_VERSION (WDT_BASE + 0xF8)
[all …]
/trusted-firmware-a-latest/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)