Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk_test.c13 #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()
1414 DUMMY_CLOCK_INIT_RATE - 1000, in clk_orphan_two_level_root_last_test_set_range()
[all …]