Searched refs:xshift (Results 1 – 2 of 2) sorted by relevance
124 u8 vshift, xshift; in aty_dsp_gt() local169 xshift = 6 - dsp_precision; in aty_dsp_gt()170 vshift += xshift; in aty_dsp_gt()174 (1 << (vshift - xshift)); in aty_dsp_gt()181 tmp = ((ras_multiplier << xshift) + ras_divider) / ras_divider; in aty_dsp_gt()184 dsp_on = dsp_on + (tmp * 2) + (pll->xclkpagefaultdelay << xshift); in aty_dsp_gt()
53 #define GEOM(xshift, yshift, bytes_per_pixel) { \ argument54 .x_shft = (xshift), \57 .slot_w = 1 << (SLOT_WIDTH_BITS - (xshift)), \