Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rpi/common/
H A Drpi3_pm.c249 uint32_t rsts; in rpi3_system_off() local
260 rsts = mmio_read_32(RPI3_PM_BASE + RPI3_PM_RSTS_OFFSET); in rpi3_system_off()
261 rsts |= RPI3_PM_PASSWORD | RPI3_PM_RSTS_WRCFG_HALT; in rpi3_system_off()
262 mmio_write_32(RPI3_PM_BASE + RPI3_PM_RSTS_OFFSET, rsts); in rpi3_system_off()