Searched refs:other_parent_rate (Results 1 – 1 of 1) sorted by relevance
2553 unsigned long other_parent_rate; in clk_mux_no_reparent_round_rate() local2567 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate()2568 KUNIT_ASSERT_GT(test, other_parent_rate, 0); in clk_mux_no_reparent_round_rate()2571 rounded_rate = clk_round_rate(clk, other_parent_rate); in clk_mux_no_reparent_round_rate()2589 unsigned long other_parent_rate; in clk_mux_no_reparent_set_rate() local2604 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_set_rate()2605 KUNIT_ASSERT_GT(test, other_parent_rate, 0); in clk_mux_no_reparent_set_rate()2608 ret = clk_set_rate(clk, other_parent_rate); in clk_mux_no_reparent_set_rate()