Searched refs:vco_div (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dcx24123.c501 u32 ndiv = 0, adiv = 0, vco_div = 0; local
511 vco_div = cx24123_bandselect_vals[0].VCOdivider;
538 vco_div = cx24123_bandselect_vals[band].VCOdivider;
548 ndiv = ( ((p->frequency * vco_div * 10) / (2 * XTAL / 1000)) / 32) & 0x1ff;
549 adiv = ( ((p->frequency * vco_div * 10) / (2 * XTAL / 1000)) % 32) & 0x1f;

Completed in 36 milliseconds