Searched refs:tmp_clk (Results 1 – 2 of 2) sorted by relevance
1712 struct clk_core *child, *tmp_clk, *fail_clk = NULL; in clk_propagate_rate_change() local1728 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()
1105 int tmp_clk = (1000 * j * r) / p; in aic3x_hw_params() local1110 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()