Home
last modified time | relevance | path

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

/drivers/video/aty/
Dmach64_ct.c123 u8 vshift, xshift; in aty_dsp_gt() local
168 xshift = 6 - dsp_precision; in aty_dsp_gt()
169 vshift += xshift; in aty_dsp_gt()
173 (1 << (vshift - xshift)); in aty_dsp_gt()
180 tmp = ((ras_multiplier << xshift) + ras_divider) / ras_divider; in aty_dsp_gt()
183 dsp_on = dsp_on + (tmp * 2) + (pll->xclkpagefaultdelay << xshift); in aty_dsp_gt()