Searched refs:IMX_WDOG3_BASE (Results 1 – 3 of 3) sorted by relevance
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()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()
446 mmio_write_32(IMX_WDOG3_BASE + 0x4, 0x12345678); in imx8ulp_system_reset()
82 #define IMX_WDOG3_BASE U(0x292a0000) macro