Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/aspeed/ast2700/
H A Dplat_bl31_setup.c153 case PLAT_CLK_MPLL: in plat_get_pll_rate()
178 if (pll_idx == PLAT_CLK_MPLL) { in plat_get_pll_rate()
200 return plat_get_pll_rate(PLAT_CLK_MPLL); in plat_get_syscnt_freq2()
/rk3399_ARM-atf/plat/aspeed/ast2700/include/
H A Dplatform_def.h61 #define PLAT_CLK_MPLL (PLAT_CLK_GATE_NUM + 7) macro