Lines Matching defs:IntRef
56 unsigned long IntRef, VCO, Clock;
62 IntRef = RefClock / (N + 1);
63 if (IntRef < 10000)
64 break; /* IntRef needs to be >= 1MHz */
67 VCO = IntRef * (M + 1);
122 unsigned long IntRef, VCO, Clock;
128 IntRef = RefClock / (N + 1);
129 if (IntRef < 10000)
130 break; /* IntRef needs to be >= 1MHz */
133 VCO = IntRef * (M + 1);