Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dapd_context.c42 static uint32_t wdog3[2]; variable
313 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()