Home
last modified time | relevance | path

Searched refs:other_parent_rate (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/
H A Dclk_test.c2569 unsigned long other_parent_rate; in clk_mux_no_reparent_round_rate() local
2583 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() local
2620 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()