Lines Matching refs:pll_div
35 struct pll_div { struct
54 static const struct pll_div ppll_init_cfg = PLL_DIVISORS(PPLL_HZ, 2, 2, 1); argument
56 static const struct pll_div gpll_init_cfg = PLL_DIVISORS(GPLL_HZ, 1, 3, 1);
57 static const struct pll_div npll_init_cfg = PLL_DIVISORS(NPLL_HZ, 1, 3, 1);
58 static const struct pll_div apll_1600_cfg = PLL_DIVISORS(1600*MHz, 3, 1, 1);
59 static const struct pll_div apll_816_cfg = PLL_DIVISORS(816 * MHz, 1, 2, 1);
60 static const struct pll_div apll_600_cfg = PLL_DIVISORS(600*MHz, 1, 2, 1);
62 static const struct pll_div *apll_cfgs[] = {
366 static void rkclk_set_pll(u32 *pll_con, const struct pll_div *div) in rkclk_set_pll()
445 static int pll_para_config(u32 freq_hz, struct pll_div *div) in pll_para_config()
751 struct pll_div vpll_config = {0}, cpll_config = {0}; in rk3399_vop_set_clk()
915 struct pll_div dpll_cfg; in rk3399_ddr_set_clk()
923 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
927 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
931 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
935 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
939 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
943 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()
947 dpll_cfg = (struct pll_div) in rk3399_ddr_set_clk()