Home
last modified time | relevance | path

Searched refs:IntRef (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DIBM.c55 unsigned long IntRef, VCO, Clock; in IBMramdac640CalculateMNPCForClock() local
60 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() local
120 IntRef = RefClock / (N + 1); in IBMramdac526CalculateMNPCForClock()
121 if (IntRef < 10000) in IBMramdac526CalculateMNPCForClock()
124 VCO = IntRef * (M + 1); in IBMramdac526CalculateMNPCForClock()
H A DTI.c58 double VCO, IntRef = (double) RefClock; in TIramdacCalculateMNPForClock() local
82 inc_m = VCO / (IntRef * 8.0); in TIramdacCalculateMNPForClock()
114 VCO = 8.0 * IntRef * best_m / best_n; in TIramdacCalculateMNPForClock()