Home
last modified time | relevance | path

Searched refs:denum (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/clk/aspeed/
H A Dclk_ast2500.c45 unsigned int denum; member
56 const ulong denum = (mpll_reg & SCU_MPLL_DENUM_MASK) in ast2500_get_mpll_rate() local
61 return (clkin * ((num + 1) / (denum + 1))) / (post_div + 1); in ast2500_get_mpll_rate()
71 const ulong denum = (hpll_reg & SCU_HPLL_DENUM_MASK) in ast2500_get_hpll_rate() local
76 return (clkin * ((num + 1) / (denum + 1))) / (post_div + 1); in ast2500_get_hpll_rate()
193 for (; it.denum <= max_vals.denum; ++it.denum) { in ast2500_calc_clock_config()
197 * (it.denum + 1); in ast2500_calc_clock_config()
202 * ((it.num + 1) / (it.denum + 1))) in ast2500_calc_clock_config()
227 .denum = (SCU_MPLL_DENUM_MASK >> SCU_MPLL_DENUM_SHIFT), in ast2500_configure_ddr()
238 | (div_cfg.denum << SCU_MPLL_DENUM_SHIFT); in ast2500_configure_ddr()
[all …]