Searched refs:dsp_precision (Results 1 – 1 of 1) sorted by relevance
138 s8 dsp_precision; in aty_dsp_gt() local173 for (dsp_precision = -5; tmp; dsp_precision++) in aty_dsp_gt()175 if (dsp_precision < 0) in aty_dsp_gt()176 dsp_precision = 0; in aty_dsp_gt()177 else if (dsp_precision > Maximum_DSP_PRECISION) in aty_dsp_gt()178 dsp_precision = Maximum_DSP_PRECISION; in aty_dsp_gt()180 xshift = 6 - dsp_precision; in aty_dsp_gt()199 tmp = ((1 << (Maximum_DSP_PRECISION - dsp_precision)) - 1) >> 1; in aty_dsp_gt()213 pll->dsp_config = (dsp_precision << 20) | (info->dsp_loop_latency << 16) | in aty_dsp_gt()