Lines Matching refs:rate
120 ulong rate; in ast2500_clk_get_rate() local
129 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate()
133 rate = ast2500_get_mpll_rate(clkin, in ast2500_clk_get_rate()
141 rate = ast2500_get_hpll_rate(clkin, in ast2500_clk_get_rate()
144 rate = rate / apb_div; in ast2500_clk_get_rate()
148 rate = ast2500_get_uart_clk_rate(priv->scu, 1); in ast2500_clk_get_rate()
151 rate = ast2500_get_uart_clk_rate(priv->scu, 2); in ast2500_clk_get_rate()
154 rate = ast2500_get_uart_clk_rate(priv->scu, 3); in ast2500_clk_get_rate()
157 rate = ast2500_get_uart_clk_rate(priv->scu, 4); in ast2500_clk_get_rate()
160 rate = ast2500_get_uart_clk_rate(priv->scu, 5); in ast2500_clk_get_rate()
166 return rate; in ast2500_clk_get_rate()
221 static ulong ast2500_configure_ddr(struct ast2500_scu *scu, ulong rate) in ast2500_configure_ddr() argument
231 ast2500_calc_clock_config(clkin, rate, &div_cfg); in ast2500_configure_ddr()
317 static ulong ast2500_configure_d2pll(struct ast2500_scu *scu, ulong rate) in ast2500_configure_d2pll() argument
351 new_rate = ast2500_calc_clock_config(clkin, rate, &div_cfg); in ast2500_configure_d2pll()
377 static ulong ast2500_clk_set_rate(struct clk *clk, ulong rate) in ast2500_clk_set_rate() argument
385 new_rate = ast2500_configure_ddr(priv->scu, rate); in ast2500_clk_set_rate()
388 new_rate = ast2500_configure_d2pll(priv->scu, rate); in ast2500_clk_set_rate()