Lines Matching refs:clk_round_rate
110 * clk_round_rate() or clk_set_rate() with a rate lower than
284 * Test that clk_round_rate and clk_set_rate are consitent and will
295 rounded_rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_1);
884 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_1 - 1000);
1107 * clk_round_rate(), the boundaries of the parent are taken into
1126 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_1 - 1000);
1137 * the child, and then call clk_round_rate(), the boundaries of the
1159 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_1 - 1000);
1164 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_2 + 1000);
1175 * the parent, and then call clk_round_rate(), the boundaries of the
1197 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_1 - 1000);
1202 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_2 + 1000);
1542 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_1 - 1000);
1582 * clk_round_rate() will be consistent with the new rate set by
1598 rounded = clk_round_rate(clk, DUMMY_CLOCK_RATE_1 - 1000);
1627 rate = clk_round_rate(clk, DUMMY_CLOCK_RATE_2 + 1000);
1667 * clk_round_rate() will be consistent with the new rate set by
1683 rounded = clk_round_rate(clk, DUMMY_CLOCK_RATE_2 + 1000);
2472 * clk_round_rate() on it with a rate that should cause it to change
2499 rounded_rate = clk_round_rate(clk, other_parent_rate);