Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dapd_context.c313 wdog3[0] = mmio_read_32(IMX_WDOG3_BASE); in wdog3_save()
314 wdog3[1] = mmio_read_32(IMX_WDOG3_BASE + 0x8); in wdog3_save()
323 mmio_write_32(IMX_WDOG3_BASE, wdog3[0]); in wdog3_restore()
325 mmio_write_32(IMX_WDOG3_BASE + 0x8, wdog3[1]); in wdog3_restore()
328 while ((mmio_read_32(IMX_WDOG3_BASE) & BIT(11))) { in wdog3_restore()
333 while (!(mmio_read_32(IMX_WDOG3_BASE) & BIT(10))) { in wdog3_restore()
H A Dimx8ulp_psci.c446 mmio_write_32(IMX_WDOG3_BASE + 0x4, 0x12345678); in imx8ulp_system_reset()
/rk3399_ARM-atf/plat/imx/imx8ulp/include/
H A Dplatform_def.h82 #define IMX_WDOG3_BASE U(0x292a0000) macro