Searched refs:RK3288_PLL_CON (Results 1 – 2 of 2) sorted by relevance
/linux-4.19.296/drivers/clk/rockchip/ |
D | clk-rk3288.c | 208 [apll] = PLL(pll_rk3066, PLL_APLL, "apll", mux_pll_p, 0, RK3288_PLL_CON(0), 210 [dpll] = PLL(pll_rk3066, PLL_DPLL, "dpll", mux_pll_p, 0, RK3288_PLL_CON(4), 212 [cpll] = PLL(pll_rk3066, PLL_CPLL, "cpll", mux_pll_p, 0, RK3288_PLL_CON(8), 214 [gpll] = PLL(pll_rk3066, PLL_GPLL, "gpll", mux_pll_p, 0, RK3288_PLL_CON(12), 216 [npll] = PLL(pll_rk3066, PLL_NPLL, "npll", mux_pll_p, 0, RK3288_PLL_CON(16),
|
D | clk.h | 116 #define RK3288_PLL_CON(x) RK2928_PLL_CON(x) macro
|