Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/px30/drivers/soc/
H A Dsoc.h92 #define CRU_PLL_CONS(id, i) ((id) * 0x20 + (i) * 4) macro
/rk3399_ARM-atf/plat/rockchip/px30/drivers/pmu/
H A Dpmu.c887 pll_base = CRU_BASE + CRU_PLL_CONS(pll_id, 0); in pll_suspend()
889 pll_base = PMUCRU_BASE + CRU_PLL_CONS(0, 0); in pll_suspend()
905 pll_base = CRU_BASE + CRU_PLL_CONS(pll_id, 0); in pll_resume()
908 pll_base = PMUCRU_BASE + CRU_PLL_CONS(0, 0); in pll_resume()