Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
Dspm_suspend.c34 #define ARMCA15PLL_PWR_CON0 (APMIXED_BASE + 0x20c) macro
284 mmio_setbits_32(ARMCA15PLL_PWR_CON0, ARMCA15PLL_PWR_ON); in bigcore_pll_on()
285 mmio_clrbits_32(ARMCA15PLL_PWR_CON0, ARMCA15PLL_ISO_EN); in bigcore_pll_on()
292 mmio_setbits_32(ARMCA15PLL_PWR_CON0, ARMCA15PLL_ISO_EN); in bigcore_pll_off()
293 mmio_clrbits_32(ARMCA15PLL_PWR_CON0, ARMCA15PLL_PWR_ON); in bigcore_pll_off()