Home
last modified time | relevance | path

Searched refs:WDT_CR (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/intel/soc/common/drivers/wdt/
H A Dwatchdog.c29 if (mmio_read_32(WDT_CR) & 1) { in watchdog_status()
51 mmio_write_32(WDT_CR, WDT_CR_RMOD|WDT_CR_EN); in watchdog_init()
H A Dwatchdog.h16 #define WDT_CR (WDT_BASE + 0x0) macro
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/soc/
H A Dsoc.h170 #define WDT_CR 0x0 macro
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/
H A Dpmu.c848 if (mmio_read_32(WDT_S_BASE + WDT_CR) & WDT_EN) in secure_watchdog_restore()