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.c24 #define DUMMY_CLOCK_INIT_RATE (42 * 1000 * 1000) macro
187 ctx->rate = DUMMY_CLOCK_INIT_RATE; in clk_test_init_with_ops()
351 ctx->rate = DUMMY_CLOCK_INIT_RATE; in clk_uncached_test_init()
377 KUNIT_EXPECT_EQ(test, rate, DUMMY_CLOCK_INIT_RATE); in clk_test_uncached_get_rate()
626 ctx->parents_ctx[1].rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_multiple_parent_mux_test_init()
842 DUMMY_CLOCK_INIT_RATE - 1000, in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
843 DUMMY_CLOCK_INIT_RATE + 1000); in clk_test_orphan_transparent_multiple_parent_mux_set_parent_set_range_untouched()
957 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_single_parent_mux_test_init()
1241 ctx->parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_transparent_single_parent_mux_test_init()
1334 ctx->parent_parent_ctx.rate = DUMMY_CLOCK_INIT_RATE; in clk_orphan_two_level_root_last_test_init()
[all …]