Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_pm.c220 uint32_t rstc; in rpi3_watchdog_reset() local
230 rstc = mmio_read_32(RPI3_PM_BASE + RPI3_PM_RSTC_OFFSET); in rpi3_watchdog_reset()
231 rstc &= ~RPI3_PM_RSTC_WRCFG_MASK; in rpi3_watchdog_reset()
232 rstc |= RPI3_PM_PASSWORD | RPI3_PM_RSTC_WRCFG_FULL_RESET; in rpi3_watchdog_reset()
233 mmio_write_32(RPI3_PM_BASE + RPI3_PM_RSTC_OFFSET, rstc); in rpi3_watchdog_reset()