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

/linux-4.4.14/drivers/video/fbdev/aty/
H A Dmach64_ct.c124 s8 dsp_precision; aty_dsp_gt() local
161 for (dsp_precision = -5; tmp; dsp_precision++) aty_dsp_gt()
163 if (dsp_precision < 0) aty_dsp_gt()
164 dsp_precision = 0; aty_dsp_gt()
165 else if (dsp_precision > Maximum_DSP_PRECISION) aty_dsp_gt()
166 dsp_precision = Maximum_DSP_PRECISION; aty_dsp_gt()
168 xshift = 6 - dsp_precision; aty_dsp_gt()
187 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; aty_dsp_gt()
200 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; aty_dsp_gt()
H A Datyfb_base.c1820 u32 dsp_precision; /* 0-7 */ member in struct:atyclk
1878 clk.dsp_precision = (dsp_config >> 20) & 7; atyfb_ioctl()
1904 ((clk.dsp_precision & 7) << 20); atyfb_ioctl()

Completed in 191 milliseconds