Home
last modified time | relevance | path

Searched refs:ppw (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/core/
Dsysimgblt.c190 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
210 for (i = ppw-1; i--; ) { in fast_imageblit()
217 bit_mask = (1 << ppw) - 1; in fast_imageblit()
219 k = image->width/ppw; in fast_imageblit()
227 shift -= ppw; in fast_imageblit()
Dcfbimgblt.c220 u32 ppw = 32/bpp, spitch = (image->width + 7)/8; in fast_imageblit() local
240 for (i = ppw-1; i--; ) { in fast_imageblit()
247 bit_mask = (1 << ppw) - 1; in fast_imageblit()
249 k = image->width/ppw; in fast_imageblit()
255 shift -= ppw; in fast_imageblit()