Searched refs:fixed_accuracy (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/clk/ |
A D | clk-fixed-rate.c | 43 return fixed->fixed_accuracy; in clk_fixed_rate_recalc_accuracy() 56 unsigned long fixed_rate, unsigned long fixed_accuracy, in __clk_hw_register_fixed_rate() argument 83 fixed->fixed_accuracy = fixed_accuracy; in __clk_hw_register_fixed_rate()
|
/linux/include/linux/ |
A D | clk-provider.h | 341 unsigned long fixed_accuracy; member 352 unsigned long fixed_rate, unsigned long fixed_accuracy, 408 fixed_accuracy) \ argument 411 (fixed_accuracy), 0) 423 parent_hw, flags, fixed_rate, fixed_accuracy) \ argument 426 (fixed_accuracy), 0) 438 parent_data, flags, fixed_rate, fixed_accuracy) \ argument 441 (fixed_rate), (fixed_accuracy), 0)
|
Completed in 7 milliseconds