Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx93/
H A Dpwr_ctrl.c61 mmio_setbits_32(BLK_CTRL_S_BASE + HW_LP_HANDHSK, BIT(5)); in pwr_sys_init()
H A Dimx93_psci.c65 mmio_write_32(BLK_CTRL_S_BASE + CA55_RVBADDR0_L + core_id * 8, boot_entry >> 2); in imx_set_cpu_boot_entry()
87 mmio_clrbits_32(BLK_CTRL_S_BASE + CA55_CPUWAIT, BIT(core_id)); in imx_pwr_domain_on()
/rk3399_ARM-atf/plat/imx/imx93/include/
H A Dplatform_def.h85 #define BLK_CTRL_S_BASE U(0x444F0000) macro