Searched refs:RK2928_PLL_CON (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/rockchip/ |
D | clk-rk3188.c | 214 [apll] = PLL(pll_rk3066, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 216 [dpll] = PLL(pll_rk3066, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(4), 218 [cpll] = PLL(pll_rk3066, PLL_CPLL, "cpll", mux_pll_p, 0, RK2928_PLL_CON(8), 220 [gpll] = PLL(pll_rk3066, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(12), 225 [apll] = PLL(pll_rk3066, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 227 [dpll] = PLL(pll_rk3066, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(4), 229 [cpll] = PLL(pll_rk3066, PLL_CPLL, "cpll", mux_pll_p, 0, RK2928_PLL_CON(8), 231 [gpll] = PLL(pll_rk3066, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(12),
|
D | clk.h | 82 #define RK2928_PLL_CON(x) ((x) * 0x4) macro 107 #define RK3288_PLL_CON(x) RK2928_PLL_CON(x) 124 #define RK3308_PLL_CON(x) RK2928_PLL_CON(x) 137 #define RK3328_PLL_CON(x) RK2928_PLL_CON(x) 155 #define RK3368_PLL_CON(x) RK2928_PLL_CON(x) 171 #define RK3399_PLL_CON(x) RK2928_PLL_CON(x) 186 #define RK3399_PMU_PLL_CON(x) RK2928_PLL_CON(x)
|
D | clk-rk3128.c | 158 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 160 [dpll] = PLL(pll_rk3036, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(4), 162 [cpll] = PLL(pll_rk3036, PLL_CPLL, "cpll", mux_pll_p, 0, RK2928_PLL_CON(8), 164 [gpll] = PLL(pll_rk3036, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(12),
|
D | clk-rk3036.c | 135 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 137 [dpll] = PLL(pll_rk3036, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(4), 139 [gpll] = PLL(pll_rk3036, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(12),
|
D | clk-rk3228.c | 168 [apll] = PLL(pll_rk3036, PLL_APLL, "apll", mux_pll_p, 0, RK2928_PLL_CON(0), 170 [dpll] = PLL(pll_rk3036, PLL_DPLL, "dpll", mux_pll_p, 0, RK2928_PLL_CON(3), 172 [cpll] = PLL(pll_rk3036, PLL_CPLL, "cpll", mux_pll_p, 0, RK2928_PLL_CON(6), 174 [gpll] = PLL(pll_rk3036, PLL_GPLL, "gpll", mux_pll_p, 0, RK2928_PLL_CON(9),
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 3574 #define RK2928_PLL_CON(x) ((x) * 0x4) 3581 +#define RK3568_PLL_CON(x) RK2928_PLL_CON(x) 3603 +#define RK3568_PMU_PLL_CON(x) RK2928_PLL_CON(x)
|