Lines Matching refs:pll_div
40 struct pll_div { struct
57 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); argument
58 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2, 2);
60 static const struct pll_div ppll_init_cfg = PLL_DIVISORS(PPLL_HZ, 2, 2, 1);
63 static const struct pll_div apll_l_1600_cfg = PLL_DIVISORS(1600 * MHz, 3, 1, 1);
64 static const struct pll_div apll_l_600_cfg = PLL_DIVISORS(600 * MHz, 1, 2, 1);
66 static const struct pll_div *apll_l_cfgs[] = {
71 static const struct pll_div apll_b_600_cfg = PLL_DIVISORS(600 * MHz, 1, 2, 1);
72 static const struct pll_div *apll_b_cfgs[] = {
325 static void rkclk_set_pll(u32 *pll_con, const struct pll_div *div) in rkclk_set_pll()
368 static int pll_para_config(u32 freq_hz, struct pll_div *div) in pll_para_config()
684 struct pll_div vpll_config = {0}; in rk3399_vop_set_clk()
834 struct pll_div dpll_cfg; in rk3399_ddr_set_clk()
842 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
846 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
850 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
854 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
858 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
862 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
866 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()