Searched refs:fixed_accuracy (Results 1 – 2 of 2) sorted by relevance
41 unsigned long fixed_accuracy; member58 params->fixed_accuracy, in clk_hw_register_fixed_rate_kunit_init()147 const unsigned long fixed_accuracy = 5000; in clk_fixed_rate_accuracy_test() local151 fixed_accuracy); in clk_fixed_rate_accuracy_test()158 KUNIT_EXPECT_EQ(test, fixed_accuracy, clk_get_accuracy(clk)); in clk_fixed_rate_accuracy_test()246 .fixed_accuracy = parent_accuracy, in clk_fixed_rate_parent_accuracy_test()
43 return fixed->fixed_accuracy; in clk_fixed_rate_recalc_accuracy()68 unsigned long fixed_rate, unsigned long fixed_accuracy, in __clk_hw_register_fixed_rate() argument99 fixed->fixed_accuracy = fixed_accuracy; in __clk_hw_register_fixed_rate()
Completed in 6 milliseconds