Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx8ulp/
H A Dimx8ulp_psci.c39 #define AD_COREx_LPMODE(c) (IMX_CMC1_BASE + 0x50 + 0x4 * (c))
107 mmio_write_32(IMX_CMC1_BASE + 0x18, 0x3f); in imx_pwr_domain_on()
108 mmio_write_32(IMX_CMC1_BASE + 0x50 + 0x4 * cpu, 0); in imx_pwr_domain_on()
310 mmio_write_32(IMX_CMC1_BASE + 0x50 + 0x4 * cpu, 0x3); in imx_domain_suspend()
315 mmio_write_32(IMX_CMC1_BASE + 0x50 + 0x4 * cpu, 0x1); in imx_domain_suspend()
327 mmio_write_32(IMX_CMC1_BASE + 0x10, 0x1); in imx_domain_suspend()
328 mmio_write_32(IMX_CMC1_BASE + 0x20, 0x1); in imx_domain_suspend()
335 mmio_write_32(IMX_CMC1_BASE + 0x10, 0x7); in imx_domain_suspend()
336 mmio_write_32(IMX_CMC1_BASE + 0x20, 0xf); in imx_domain_suspend()
417 mmio_write_32(IMX_CMC1_BASE + 0x20, 0x0); in imx_domain_suspend_finish()
[all …]
H A Dapd_context.c469 cmc1_pmprot = mmio_read_32(IMX_CMC1_BASE + 0x18); in imx_apd_ctx_save()
470 cmc1_srie = mmio_read_32(IMX_CMC1_BASE + 0x8c); in imx_apd_ctx_save()
571 mmio_write_32(IMX_CMC1_BASE + 0x18, cmc1_pmprot); in imx_apd_ctx_restore()
572 mmio_write_32(IMX_CMC1_BASE + 0x8c, cmc1_srie); in imx_apd_ctx_restore()
/rk3399_ARM-atf/plat/imx/imx8ulp/include/
H A Dplatform_def.h76 #define IMX_CMC1_BASE U(0x29240000) macro