Searched refs:PM_RSTC (Results 1 – 8 of 8) sorted by relevance
30 cur = (PM_RSTC); in raspi_watchdog_start()31 PM_RSTC = PM_PASSWORD | (cur & PM_RSTC_WRCFG_CLR) | PM_RSTC_WRCFG_FULL_RESET; in raspi_watchdog_start()36 PM_RSTC = PM_PASSWORD | PM_RSTC_RESET; in raspi_watchdog_stop()130 PM_RSTC |= (PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET); in rt_hw_cpu_reset()
142 #define PM_RSTC HWREG32(wdt_base_addr + 0x1c) macro
28 cur = PM_RSTC; in raspi_watchdog_start()29 PM_RSTC = PM_PASSWORD | (cur & PM_RSTC_WRCFG_CLR) | PM_RSTC_WRCFG_FULL_RESET; in raspi_watchdog_start()34 PM_RSTC = PM_PASSWORD | PM_RSTC_RESET; in raspi_watchdog_stop()131 PM_RSTC = PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET; in reboot()
144 #define PM_RSTC HWREG32(PM_BASE + 0x001C) macro
29 cur = PM_RSTC; in raspi_watchdog_start()30 PM_RSTC = PM_PASSWORD | (cur & PM_RSTC_WRCFG_CLR) | PM_RSTC_WRCFG_FULL_RESET; in raspi_watchdog_start()35 PM_RSTC = PM_PASSWORD | PM_RSTC_RESET; in raspi_watchdog_stop()132 PM_RSTC = PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET; in reboot()
148 #define PM_RSTC __REG32(PM_BASE + 0x001C) macro
30 cur = (PM_RSTC); in raspi_watchdog_start()31 PM_RSTC = PM_PASSWORD | (cur & PM_RSTC_WRCFG_CLR) | PM_RSTC_WRCFG_FULL_RESET; in raspi_watchdog_start()36 PM_RSTC = PM_PASSWORD | PM_RSTC_RESET; in raspi_watchdog_stop()130 PM_RSTC |= (PM_PASSWORD | PM_RSTC_WRCFG_FULL_RESET); in reboot()
123 #define PM_RSTC HWREG32(PER_BASE + 0x0010001c) macro
Completed in 21 milliseconds