Searched refs:PM_RSTS (Results 1 – 8 of 8) sorted by relevance
125 r = PM_RSTS; in rt_hw_cpu_reset()128 PM_RSTS |= (PM_PASSWORD | r); // boot from partition 0 in rt_hw_cpu_reset()
143 #define PM_RSTS HWREG32(wdt_base_addr + 0x20) macro
128 r = PM_RSTS; r &= ~0xfffffaaa; in reboot()129 PM_RSTS = PM_PASSWORD | r; // boot from partition 0 in reboot()
145 #define PM_RSTS HWREG32(PM_BASE + 0x0020) macro
129 r = PM_RSTS; r &= ~0xfffffaaa; in reboot()130 PM_RSTS = PM_PASSWORD | r; // boot from partition 0 in reboot()
149 #define PM_RSTS __REG32(PM_BASE + 0x0020) macro
125 r = PM_RSTS; in reboot()128 PM_RSTS |= (PM_PASSWORD | r); // boot from partition 0 in reboot()
124 #define PM_RSTS HWREG32(PER_BASE + 0x00100020) macro
Completed in 23 milliseconds