Searched refs:prev_rate (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/clk/spear/ |
D | clk.c | 20 unsigned long prev_rate, rate = 0; in clk_round_rate_index() local 23 prev_rate = rate; in clk_round_rate_index() 28 rate = prev_rate; in clk_round_rate_index()
|
D | clk-vco-pll.c | 88 unsigned long prev_rate, vco_prev_rate, rate = 0; in clk_pll_round_rate_index() local 98 prev_rate = rate; in clk_pll_round_rate_index() 105 rate = prev_rate; in clk_pll_round_rate_index()
|
/Linux-v4.19/drivers/clk/mmp/ |
D | clk-frac.c | 31 unsigned long rate = 0, prev_rate; in clk_factor_round_rate() local 35 prev_rate = rate; in clk_factor_round_rate() 44 if ((drate - prev_rate) > (rate - drate)) in clk_factor_round_rate() 47 return prev_rate; in clk_factor_round_rate() 81 unsigned long prev_rate, rate = 0; in clk_factor_set_rate() local 85 prev_rate = rate; in clk_factor_set_rate()
|
/Linux-v4.19/sound/usb/ |
D | clock.c | 511 int err, cur_rate, prev_rate; in set_sample_rate_v2v3() local 535 prev_rate = get_sample_rate_v2v3(chip, iface, fmt->altsetting, clock); in set_sample_rate_v2v3() 536 if (prev_rate == rate) in set_sample_rate_v2v3() 570 cur_rate = prev_rate; in set_sample_rate_v2v3() 587 if (rate != prev_rate) { in set_sample_rate_v2v3()
|
/Linux-v4.19/drivers/cpufreq/ |
D | arm_big_little.c | 133 u32 new_rate, prev_rate; in bL_cpufreq_set_rate() local 140 prev_rate = per_cpu(cpu_last_req_freq, cpu); in bL_cpufreq_set_rate() 171 per_cpu(cpu_last_req_freq, cpu) = prev_rate; in bL_cpufreq_set_rate()
|