Lines Matching refs:pll_div
32 struct pll_div { struct
50 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 2, 2, 1); argument
51 static const struct pll_div cpll_init_cfg = PLL_DIVISORS(CPLL_HZ, 1, 2, 2);
53 static const struct pll_div ppll_init_cfg = PLL_DIVISORS(PPLL_HZ, 2, 2, 1);
56 static const struct pll_div apll_l_1600_cfg = PLL_DIVISORS(1600*MHz, 3, 1, 1);
57 static const struct pll_div apll_l_600_cfg = PLL_DIVISORS(600*MHz, 1, 2, 1);
59 static const struct pll_div *apll_l_cfgs[] = {
291 static void rkclk_set_pll(u32 *pll_con, const struct pll_div *div) in rkclk_set_pll()
334 static int pll_para_config(u32 freq_hz, struct pll_div *div) in pll_para_config()
620 struct pll_div vpll_config = {0}; in rk3399_vop_set_clk()
770 struct pll_div dpll_cfg; in rk3399_ddr_set_clk()
778 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
782 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
786 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
790 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
794 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()