Searched refs:rstc (Results 1 – 1 of 1) sorted by relevance
220 uint32_t rstc; in rpi3_watchdog_reset() local230 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()