Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/clk/aspeed/
H A Dclk_ast2500.c191 ulong new_rate_khz = 0; in ast2500_calc_clock_config() local
201 new_rate_khz = (input_rate_khz in ast2500_calc_clock_config()
206 if (new_rate_khz > rate_khz) in ast2500_calc_clock_config()
209 if (new_rate_khz - rate_khz < delta) { in ast2500_calc_clock_config()
210 delta = new_rate_khz - rate_khz; in ast2500_calc_clock_config()
213 return new_rate_khz * 1000; in ast2500_calc_clock_config()
218 return new_rate_khz * 1000; in ast2500_calc_clock_config()