Searched refs:cc_divisor (Results 1 – 1 of 1) sorted by relevance
36 static unsigned char cc_divisor[8] = { 10, 2, 8, 4, 5, 7, 9, 6 }; variable40 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()