Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/rockchip/px30/drivers/soc/
A Dsoc.h92 #define CRU_PLL_CONS(id, i) ((id) * 0x20 + (i) * 4) macro
/trusted-firmware-a/plat/rockchip/px30/drivers/pmu/
A Dpmu.c899 pll_base = CRU_BASE + CRU_PLL_CONS(pll_id, 0); in pll_suspend()
901 pll_base = PMUCRU_BASE + CRU_PLL_CONS(0, 0); in pll_suspend()
917 pll_base = CRU_BASE + CRU_PLL_CONS(pll_id, 0); in pll_resume()
920 pll_base = PMUCRU_BASE + CRU_PLL_CONS(0, 0); in pll_resume()

Completed in 5 milliseconds