Lines Matching refs:DUMMY_CLOCK_INIT_RATE
13 #define DUMMY_CLOCK_INIT_RATE (42 * 1000 * 1000) macro
176 ctx->rate = DUMMY_CLOCK_INIT_RATE; in clk_test_init_with_ops()
340 ctx->rate = DUMMY_CLOCK_INIT_RATE; in clk_uncached_test_init()
366 KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_INIT_RATE); in clk_test_uncached_get_rate()
630 ctx->parents_ctx[1].rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_multiple_parent_mux_test_init()
855 DUMMY_CLOCK_INIT_RATE - 1000, in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
856 DUMMY_CLOCK_INIT_RATE + 1000); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
974 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_single_parent_mux_test_init()
1263 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_single_parent_mux_test_init()
1356 ctx->parent_parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_two_level_root_last_test_init()
1391 KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_INIT_RATE); in clk_orphan_two_level_root_last_test_get_rate()
1414 DUMMY_CLOCK_INIT_RATE - 1000, in clk_orphan_two_level_root_last_test_set_range()
1415 DUMMY_CLOCK_INIT_RATE + 1000); in clk_orphan_two_level_root_last_test_set_range()
1420 KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_INIT_RATE); in clk_orphan_two_level_root_last_test_set_range()