Searched refs:other_parent_rate (Results 1 – 1 of 1) sorted by relevance
2569 unsigned long other_parent_rate; in clk_mux_no_reparent_round_rate() local2583 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate()2584 KUNIT_ASSERT_GT(test, other_parent_rate, 0); in clk_mux_no_reparent_round_rate()2587 rounded_rate = clk_round_rate(clk, other_parent_rate); in clk_mux_no_reparent_round_rate()2605 unsigned long other_parent_rate; in clk_mux_no_reparent_set_rate() local2620 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_set_rate()2621 KUNIT_ASSERT_GT(test, other_parent_rate, 0); in clk_mux_no_reparent_set_rate()2624 ret = clk_set_rate(clk, other_parent_rate); in clk_mux_no_reparent_set_rate()