Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx93/include/
H A Dpwr_ctrl.h129 #define SRC_SLICE(x) (SRC_BASE + 0x400 * (x)) macro
182 mmio_write_32(SRC_SLICE(mix) + SRC_AUTHEN_CTRL, (wlist << 16) | (lpm_en << 2)); in src_authen_config()
187 mmio_clrsetbits_32(SRC_SLICE(mix) + SRC_LPM_SETTING1 + (did / 8) * 0x4, in src_mix_set_lpm()
193 mmio_setbits_32(SRC_SLICE(mix) + SRC_MEM_CTRL, MEM_LP_EN | (retn ? MEM_LP_RETN : 0)); in src_mem_lpm_en()
198 mmio_clrbits_32(SRC_SLICE(mix) + SRC_MEM_CTRL, MEM_LP_EN | MEM_LP_RETN); in src_mem_lpm_dis()
/rk3399_ARM-atf/plat/imx/imx93/
H A Dimx93_psci.c83 mmio_clrbits_32(SRC_SLICE(SRC_A55C0 + core_id) + 0x24, BIT(2) | BIT(0)); in imx_pwr_domain_on()
85 mmio_setbits_32(SRC_SLICE(SRC_A55C0 + core_id) + 0x24, BIT(2) | BIT(0)); in imx_pwr_domain_on()