Lines Matching defs:pitch
663 int pitch;
1203 pitch = info->fix.line_length >> 3;
1204 vga_wcrt(regbase, VGA_CRTC_OFFSET, pitch & 0xff);
1206 if (pitch & 0x100)
1214 vga_wcrt(regbase, CL_CRT1D, (pitch >> 9) & 1);
2600 /* pitch: set to line_length */
2601 /* dest pitch low */
2603 /* dest pitch hi */
2605 /* source pitch low */
2607 /* source pitch hi */