Searched refs:RPI3_PM_BASE (Results 1 – 4 of 4) sorted by relevance
227 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()
28 #define RPI3_PM_BASE (RPI_IO_BASE + ULL(0x7d200000)) macro
29 #define RPI3_PM_BASE (RPI_IO_BASE + RPI3_IO_PM_OFFSET) macro
31 #define RPI3_PM_BASE (RPI_LEGACY_BASE + RPI3_IO_PM_OFFSET) macro