Searched refs:other_parent_rate (Results 1 – 1 of 1) sorted by relevance
2481 unsigned long other_parent_rate; in clk_mux_no_reparent_round_rate() local2495 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_round_rate()2496 KUNIT_ASSERT_GT(test, other_parent_rate, 0); in clk_mux_no_reparent_round_rate()2499 rounded_rate = clk_round_rate(clk, other_parent_rate); in clk_mux_no_reparent_round_rate()2517 unsigned long other_parent_rate; in clk_mux_no_reparent_set_rate() local2532 other_parent_rate = clk_get_rate(other_parent); in clk_mux_no_reparent_set_rate()2533 KUNIT_ASSERT_GT(test, other_parent_rate, 0); in clk_mux_no_reparent_set_rate()2536 ret = clk_set_rate(clk, other_parent_rate); in clk_mux_no_reparent_set_rate()