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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dmach64_ct.c121 s8 dsp_precision; local
158 for (dsp_precision = -5; tmp; dsp_precision++)
160 if (dsp_precision < 0)
161 dsp_precision = 0;
162 else if (dsp_precision > Maximum_DSP_PRECISION)
163 dsp_precision = Maximum_DSP_PRECISION;
165 xshift = 6 - dsp_precision;
184 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1;
197 pll->dsp_config = (dsp_precision << 2
[all...]
H A Datyfb_base.c1703 u32 dsp_precision; /* 0-7 */ member in struct:atyclk
1765 clk.dsp_precision = (dsp_config >> 20) & 7;
1789 ((clk.dsp_loop_latency & 0xf)<<16)| ((clk.dsp_precision & 7)<<20);

Completed in 50 milliseconds