Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/arm/mach-integrator/
Dcpu.c36 static unsigned char cc_divisor[8] = { 10, 2, 8, 4, 5, 7, 9, 6 }; variable
40 return 2000 * (vco.vdw + 8) / cc_divisor[vco.od] / factor; in vco_to_freq()
57 f = freq_khz * cc_divisor[s2od[i]]; in freq_to_vco()