Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/clk/aspeed/
Dclk_ast2500.c230 ulong new_rate_khz = 0; in ast2500_calc_clock_config() local
246 new_rate_khz = (input_rate_khz in ast2500_calc_clock_config()
251 if (new_rate_khz > rate_khz) in ast2500_calc_clock_config()
254 if (new_rate_khz - rate_khz < delta) { in ast2500_calc_clock_config()
255 delta = new_rate_khz - rate_khz; in ast2500_calc_clock_config()
258 return new_rate_khz * 1000; in ast2500_calc_clock_config()
263 return new_rate_khz * 1000; in ast2500_calc_clock_config()