Searched refs:fixed_accuracy (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/clk/ |
| A D | clk-fixed-rate_test.c | 41 unsigned long fixed_accuracy; member 58 params->fixed_accuracy, in clk_hw_register_fixed_rate_kunit_init() 147 const unsigned long fixed_accuracy = 5000; in clk_fixed_rate_accuracy_test() local 151 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()
|
| A D | clk-fixed-rate.c | 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() argument 99 fixed->fixed_accuracy = fixed_accuracy; in __clk_hw_register_fixed_rate()
|
| /linux/include/linux/ |
| A D | clk-provider.h | 355 unsigned long fixed_accuracy; member 366 unsigned long fixed_rate, unsigned long fixed_accuracy, 449 fixed_accuracy) \ argument 452 (fixed_accuracy), 0, false) 464 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument 467 (fixed_accuracy), 0, false) 479 parent_data, flags, fixed_rate, fixed_accuracy) \ argument 482 (fixed_rate), (fixed_accuracy), 0, false)
|
Completed in 24 milliseconds