pitch_value       729 drivers/video/fbdev/aty/aty128fb.c 	u32 pitch_value;
pitch_value       739 drivers/video/fbdev/aty/aty128fb.c 	pitch_value = par->crtc.pitch;
pitch_value       741 drivers/video/fbdev/aty/aty128fb.c 		pitch_value = pitch_value * 3;
pitch_value       749 drivers/video/fbdev/aty/aty128fb.c 	aty_st_le32(DEFAULT_PITCH, pitch_value);
pitch_value        69 drivers/video/fbdev/aty/mach64_accel.c 	u32 pitch_value;
pitch_value        73 drivers/video/fbdev/aty/mach64_accel.c 	pitch_value = info->fix.line_length / (info->var.bits_per_pixel / 8);
pitch_value        79 drivers/video/fbdev/aty/mach64_accel.c 		pitch_value *= 3;
pitch_value       105 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(DST_OFF_PITCH, (pitch_value / 8) << 22, par);
pitch_value       119 drivers/video/fbdev/aty/mach64_accel.c 	aty_st_le32(SRC_OFF_PITCH, (pitch_value / 8) << 22, par);