Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/bcm/
H A Dclk-kona.c1052 unsigned long other_rate; in kona_peri_clk_determine_rate() local
1060 other_rate = kona_peri_clk_round_rate(hw, req->rate, in kona_peri_clk_determine_rate()
1062 delta = abs(other_rate - req->rate); in kona_peri_clk_determine_rate()
1065 best_rate = other_rate; in kona_peri_clk_determine_rate()