Searched refs:RK2928_PLL_CON (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/clk/rockchip/ |
| H A D | clk.h | 169 #define RK2928_PLL_CON(x) ((x) * 0x4) macro 194 #define RK3288_PLL_CON(x) RK2928_PLL_CON(x) 211 #define RK3308_PLL_CON(x) RK2928_PLL_CON(x) 224 #define RK3328_PLL_CON(x) RK2928_PLL_CON(x) 242 #define RK3368_PLL_CON(x) RK2928_PLL_CON(x) 258 #define RK3399_PLL_CON(x) RK2928_PLL_CON(x) 273 #define RK3399_PMU_PLL_CON(x) RK2928_PLL_CON(x) 293 #define RK3528_PLL_CON(x) RK2928_PLL_CON(x) 319 #define RK3562_PLL_CON(x) RK2928_PLL_CON(x) 352 #define RK3568_PLL_CON(x) RK2928_PLL_CON(x) [all …]
|
| H A D | clk-rk3128.c | 159 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 161 [dpll] = PLL(pll_rk3036, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(4), 163 [cpll] = PLL(pll_rk3036, PLL_CPLL, "cpll", mux_pll_p, 0, RK2928_PLL_CON(8), 165 [gpll] = PLL(pll_rk3036, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(12),
|
| H A D | clk-rk3036.c | 138 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 140 [dpll] = PLL(pll_rk3036, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(4), 142 [gpll] = PLL(pll_rk3036, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(12),
|
| H A D | clk-rk3228.c | 169 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 171 [dpll] = PLL(pll_rk3036, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(3), 173 [cpll] = PLL(pll_rk3036, PLL_CPLL, "cpll", mux_pll_p, 0, RK2928_PLL_CON(6), 175 [gpll] = PLL(pll_rk3036, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(9),
|