Searched defs:fixed_accuracy (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/ |
H A D | clk-fixed-rate_test.c | 41 unsigned long fixed_accuracy; member 147 const unsigned long fixed_accuracy = 5000; in clk_fixed_rate_accuracy_test() local
|
H A D | clk-fixed-rate.c | 68 unsigned long fixed_rate, unsigned long fixed_accuracy, in __clk_hw_register_fixed_rate()
|
/linux/include/linux/ |
H A D | clk-provider.h | 355 unsigned long fixed_accuracy; member 449 fixed_accuracy) \ argument 464 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument 479 clk_hw_register_fixed_rate_with_accuracy_parent_data(dev,name,parent_data,flags,fixed_rate,fixed_accuracy) global() argument [all...] |