Lines Matching defs:pitch
57 unsigned int pitch;
285 /* Program the pitch */
286 cirrus->pitch = cirrus_pitch(fb);
287 tmp = cirrus->pitch / 8;
290 /* Enable extended blanking and pitch bits, and enable full memory */
292 tmp |= (cirrus->pitch >> 7) & 0x10;
293 tmp |= (cirrus->pitch >> 6) & 0x40;
335 cirrus->pitch,
340 cirrus->pitch,
369 int pitch = width * 2;
372 pitch = cirrus_pitch(fb);
374 if (pitch > CIRRUS_MAX_PITCH)
376 if (pitch * height > CIRRUS_VRAM_SIZE)