Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_wdt.c125 r = PM_RSTS; in rt_hw_cpu_reset()
128 PM_RSTS |= (PM_PASSWORD | r); // boot from partition 0 in rt_hw_cpu_reset()
A Draspi4.h143 #define PM_RSTS HWREG32(wdt_base_addr + 0x20) macro
/bsp/raspberry-pi/raspi3-32/driver/
A Ddrv_wdt.c128 r = PM_RSTS; r &= ~0xfffffaaa; in reboot()
129 PM_RSTS = PM_PASSWORD | r; // boot from partition 0 in reboot()
A Draspi.h145 #define PM_RSTS HWREG32(PM_BASE + 0x0020) macro
/bsp/raspberry-pi/raspi3-64/driver/
A Ddrv_wdt.c129 r = PM_RSTS; r &= ~0xfffffaaa; in reboot()
130 PM_RSTS = PM_PASSWORD | r; // boot from partition 0 in reboot()
A Draspi.h149 #define PM_RSTS __REG32(PM_BASE + 0x0020) macro
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_wdt.c125 r = PM_RSTS; in reboot()
128 PM_RSTS |= (PM_PASSWORD | r); // boot from partition 0 in reboot()
A Draspi4.h124 #define PM_RSTS HWREG32(PER_BASE + 0x00100020) macro

Completed in 23 milliseconds