Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_pm.c227 mmio_write_32(RPI3_PM_BASE + RPI3_PM_WDOG_OFFSET, in rpi3_watchdog_reset()
230 rstc = mmio_read_32(RPI3_PM_BASE + RPI3_PM_RSTC_OFFSET); in rpi3_watchdog_reset()
233 mmio_write_32(RPI3_PM_BASE + RPI3_PM_RSTC_OFFSET, rstc); in rpi3_watchdog_reset()
260 rsts = mmio_read_32(RPI3_PM_BASE + RPI3_PM_RSTS_OFFSET); in rpi3_system_off()
262 mmio_write_32(RPI3_PM_BASE + RPI3_PM_RSTS_OFFSET, rsts); in rpi3_system_off()
/rk3399_ARM-atf/plat/rpi/rpi5/include/
H A Drpi_hw.h28 #define RPI3_PM_BASE (RPI_IO_BASE + ULL(0x7d200000)) macro
/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A Drpi_hw.h29 #define RPI3_PM_BASE (RPI_IO_BASE + RPI3_IO_PM_OFFSET) macro
/rk3399_ARM-atf/plat/rpi/rpi4/include/
H A Drpi_hw.h31 #define RPI3_PM_BASE (RPI_LEGACY_BASE + RPI3_IO_PM_OFFSET) macro