Searched refs:gpll (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/clk/rockchip/
H A Dclk_rk3368.c137 u32 apllb, aplll, dpll, cpll, gpll; local
154 gpll = rkclk_pll_get_rate(cru, GPLL);
156 debug("%s apllb(%d) apll(%d) dpll(%d) cpll(%d) gpll(%d)\n",
157 __func__, apllb, aplll, dpll, cpll, gpll);
H A Dclk_rv1108.c455 /* i2c0,4,8 src clock from ppll, i2c1,2,3,5,6,7 src clock from gpll*/
519 debug("%s source gpll\n", __func__);
636 unsigned int apll, dpll, gpll; local
656 gpll = rkclk_pll_get_rate(cru, CLK_GENERAL);
661 printf("APLL: %d DPLL:%d GPLL:%d\n", apll, dpll, gpll);

Completed in 98 milliseconds