Searched refs:fixed_accuracy (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | clk-provider.h | 322 * @fixed_accuracy: constant accuracy of clock in ppb (parts per billion)
327 * instead of what's set in @fixed_accuracy.
332 unsigned long fixed_accuracy;
member 342 unsigned long fixed_rate, unsigned long fixed_accuracy,
387 * @fixed_accuracy: non-adjustable clock accuracy
389 #define clk_hw_register_fixed_rate_with_accuracy(dev, name, parent_name, flags, fixed_rate, fixed_accuracy) \
391 (fixed_accuracy), 0)
400 * @fixed_accuracy: non-adjustable clock accuracy
402 #define clk_hw_register_fixed_rate_with_accuracy_parent_hw(dev, name, parent_hw, flags, fixed_rate, fixed_accuracy) \
404 (fixed_accuracy), [all...] |
Completed in 2 milliseconds