Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/
Dclk.c1712 struct clk_core *child, *tmp_clk, *fail_clk = NULL; in clk_propagate_rate_change() local
1728 tmp_clk = clk_propagate_rate_change(child, event); in clk_propagate_rate_change()
1729 if (tmp_clk) in clk_propagate_rate_change()
1730 fail_clk = tmp_clk; in clk_propagate_rate_change()
1735 tmp_clk = clk_propagate_rate_change(clk->new_child, event); in clk_propagate_rate_change()
1736 if (tmp_clk) in clk_propagate_rate_change()
1737 fail_clk = tmp_clk; in clk_propagate_rate_change()
/linux-4.1.27/sound/soc/codecs/
Dtlv320aic3x.c1105 int tmp_clk = (1000 * j * r) / p; in aic3x_hw_params() local
1110 if (abs(codec_clk - tmp_clk) < in aic3x_hw_params()
1114 last_clk = tmp_clk; in aic3x_hw_params()
1118 if (tmp_clk == codec_clk) in aic3x_hw_params()