Lines Matching +full:clock +full:- +full:1000000000
1 // SPDX-License-Identifier: GPL-2.0
78 #define TCLK_PERIOD_SHIFT (16) /* 1588 timer reference clock period. */
86 #define COPH (1<<7) /* Generated clock output phase. */
87 #define CIPH (1<<6) /* External oscillator input clock phase */
89 #define BYP (1<<3) /* Bypass drift compensated clock */
91 #define CKSEL_SHIFT (0) /* 1588 Timer reference clock source */
128 #define PRSC_OCK_SHIFT (0) /* Output clock division/prescale factor. */
137 #define DEFAULT_FIPER1_PERIOD 1000000000
138 #define DEFAULT_FIPER2_PERIOD 1000000000
139 #define DEFAULT_FIPER3_PERIOD 1000000000
145 struct ptp_clock *clock; member