Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk_test.c25 #define DUMMY_CLOCK_INIT_RATE (42 * HZ_PER_MHZ) macro
203 ctx->rate = DUMMY_CLOCK_INIT_RATE; in clk_test_init_with_ops()
367 ctx->rate = DUMMY_CLOCK_INIT_RATE; in clk_uncached_test_init()
393 KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_INIT_RATE); in clk_test_uncached_get_rate()
642 ctx->parents_ctx[1].rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_multiple_parent_mux_test_init()
858 DUMMY_CLOCK_INIT_RATE - 1000, in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
859 DUMMY_CLOCK_INIT_RATE + 1000); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
973 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_single_parent_mux_test_init()
1257 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_single_parent_mux_test_init()
1350 ctx->parent_parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_two_level_root_last_test_init()
[all …]