Searched refs:IMX_GPT_BASE (Results 1 – 2 of 2) sorted by relevance
173 gpt_reg[0] = mmio_read_32(IMX_GPT_BASE); in imx_domain_suspend()174 gpt_reg[1] = mmio_read_32(IMX_GPT_BASE + 0x4); in imx_domain_suspend()229 mmio_write_32(IMX_GPT_BASE, gpt_reg[0]); in imx_domain_suspend_finish()230 mmio_write_32(IMX_GPT_BASE + 0x4, gpt_reg[1]); in imx_domain_suspend_finish()
61 #define IMX_GPT_BASE 0x5d140000 macro