Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/aty/
Dmach64_ct.c125 s8 dsp_precision; in aty_dsp_gt() local
162 for (dsp_precision = -5; tmp; dsp_precision++) in aty_dsp_gt()
164 if (dsp_precision < 0) in aty_dsp_gt()
165 dsp_precision = 0; in aty_dsp_gt()
166 else if (dsp_precision > Maximum_DSP_PRECISION) in aty_dsp_gt()
167 dsp_precision = Maximum_DSP_PRECISION; in aty_dsp_gt()
169 xshift = 6 - dsp_precision; in aty_dsp_gt()
188 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; in aty_dsp_gt()
201 pll->dsp_config = (dsp_precision << 20) | (pll->dsp_loop_latency << 16) | dsp_xclks; in aty_dsp_gt()
Datyfb_base.c1805 u32 dsp_precision; /* 0-7 */ member
1863 clk.dsp_precision = (dsp_config >> 20) & 7; in atyfb_ioctl()
1889 ((clk.dsp_precision & 7) << 20); in atyfb_ioctl()