Lines Matching +full:clock +full:- +full:frequency
2 # SPDX-License-Identifier: Apache-2.0
5 int "Frequency specification to request from clock in Hz"
8 0 -> ignore frequency
9 >0 -> use at minimum selected frequency. To select the
10 highest supported frequency use UINT32_MAX.
13 int "Accuracy specification to request from clock in PPM"
16 0 -> ignore accuracy
17 1 -> use max accuracy
18 >1 -> use at minimum selected accuracy
21 int "Precision specification to request from clock"
24 0 -> low precision
25 1 -> high precision
28 int "Time to wait after boot before requesting clock specs in seconds"
31 The distributed clock domains may need time to initialize
32 before a clock request can be met.