Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/mt8183/drivers/spm/
H A Dspm_suspend.c213 mmio_setbits_32(ARMPLL_L_PWR_CON0, 0x1); in spm_enable_armpll_l()
216 mmio_clrbits_32(ARMPLL_L_PWR_CON0, 0x2); in spm_enable_armpll_l()
231 mmio_setbits_32(ARMPLL_L_PWR_CON0, 0x2); in spm_disable_armpll_l()
234 mmio_clrbits_32(ARMPLL_L_PWR_CON0, 0x1); in spm_disable_armpll_l()
/rk3399_ARM-atf/plat/mediatek/mt8183/include/
H A Dplatform_def.h52 #define ARMPLL_L_PWR_CON0 (APMIXEDSYS + 0x21c) macro