Searched refs:IntRef (Results 1 – 2 of 2) sorted by relevance
55 unsigned long IntRef, VCO, Clock; in IBMramdac640CalculateMNPCForClock() local60 IntRef = RefClock / (N + 1); in IBMramdac640CalculateMNPCForClock()61 if (IntRef < 10000) in IBMramdac640CalculateMNPCForClock()64 VCO = IntRef * (M + 1); in IBMramdac640CalculateMNPCForClock()115 unsigned long IntRef, VCO, Clock; in IBMramdac526CalculateMNPCForClock() local120 IntRef = RefClock / (N + 1); in IBMramdac526CalculateMNPCForClock()121 if (IntRef < 10000) in IBMramdac526CalculateMNPCForClock()124 VCO = IntRef * (M + 1); in IBMramdac526CalculateMNPCForClock()
58 double VCO, IntRef = (double) RefClock; in TIramdacCalculateMNPForClock() local82 inc_m = VCO / (IntRef * 8.0); in TIramdacCalculateMNPForClock()114 VCO = 8.0 * IntRef * best_m / best_n; in TIramdacCalculateMNPForClock()