Searched refs:xshift (Results 1 – 2 of 2) sorted by relevance
122 u8 vshift, xshift; in aty_dsp_gt() local167 xshift = 6 - dsp_precision; in aty_dsp_gt()168 vshift += xshift; in aty_dsp_gt()172 (1 << (vshift - xshift)); in aty_dsp_gt()179 tmp = ((ras_multiplier << xshift) + ras_divider) / ras_divider; in aty_dsp_gt()182 dsp_on = dsp_on + (tmp * 2) + (pll->xclkpagefaultdelay << xshift); in aty_dsp_gt()
46 #define GEOM(xshift, yshift, bytes_per_pixel) { \ argument47 .x_shft = (xshift), \50 .slot_w = 1 << (SLOT_WIDTH_BITS - (xshift)), \