Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dclk-hfpll.c139 unsigned long rrate; in clk_hfpll_determine_rate() local
143 rrate = DIV_ROUND_UP(req->rate, req->best_parent_rate) * req->best_parent_rate; in clk_hfpll_determine_rate()
144 if (rrate > hd->max_rate) in clk_hfpll_determine_rate()
145 rrate -= req->best_parent_rate; in clk_hfpll_determine_rate()
147 req->rate = rrate; in clk_hfpll_determine_rate()
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c300 unsigned int rrate; in test_pcm_time() local
406 rrate = rate; in test_pcm_time()
407 err = snd_pcm_hw_params_set_rate_near(handle, hw_params, &rrate, 0); in test_pcm_time()
412 if (rrate != rate) { in test_pcm_time()
413 snprintf(msg, sizeof(msg), "rate mismatch %ld != %u", rate, rrate); in test_pcm_time()