Searched refs:pitch_value (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c69 u32 pitch_value; local
73 pitch_value = info->fix.line_length / (info->var.bits_per_pixel / 8);
79 pitch_value *= 3;
105 aty_st_le32(DST_OFF_PITCH, (pitch_value / 8) << 22, par);
119 aty_st_le32(SRC_OFF_PITCH, (pitch_value / 8) << 22, par);
H A Daty128fb.c720 u32 pitch_value; local
730 pitch_value = par->crtc.pitch;
732 pitch_value = pitch_value * 3;
740 aty_st_le32(DEFAULT_PITCH, pitch_value);

Completed in 308 milliseconds