Lines Matching defs:shift
72 #define SHIFT_KG 6 /* phase factor (shift) */
73 #define SHIFT_KF 16 /* PLL frequency factor (shift) */
74 #define SHIFT_KH 2 /* FLL frequency factor (shift) */
75 #define MAXTC 6 /* maximum time constant (shift) */
85 * SHIFT_USEC defines the scaling (shift) of the time_freq and
91 #define SHIFT_SCALE 22 /* phase scale (shift) */
92 #define SHIFT_UPDATE (SHIFT_KG + MAXTC) /* time offset scale (shift) */
93 #define SHIFT_USEC 16 /* frequency offset scale (shift) */
123 int shift; /* interval duration (s) (shift) (ro) */
244 /* Required to safely shift negative values */
263 * The accuracy of the division can be increased by specifying a shift.
277 u8 shift; /* increases accuracy of multiply by shifting. */
278 /* Note that bits may be lost if shift is set too high */