Home
last modified time | relevance | path

Searched refs:Bpp (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/video/matrox/
Dmatroxfb_Ti3026.c314 unsigned int Bpp; in Ti3026_setpclk() local
316 Bpp = minfo->curr.final_bppShift; in Ti3026_setpclk()
320 loopin = 3 * 32 / Bpp; in Ti3026_setpclk()
323 loopin = 4 * 32 / Bpp; in Ti3026_setpclk()
/linux-2.6.39/drivers/video/
Dimsttfb.c994 __u32 Bpp, line_pitch, bgc, dx, dy, width, height; in imsttfb_fillrect() local
1000 Bpp = info->var.bits_per_pixel >> 3, in imsttfb_fillrect()
1004 dx = rect->dx * Bpp; in imsttfb_fillrect()
1007 width = rect->width * Bpp; in imsttfb_fillrect()
1038 __u32 Bpp, line_pitch, fb_offset_old, fb_offset_new, sp, dp_octl; in imsttfb_copyarea() local
1041 Bpp = info->var.bits_per_pixel >> 3, in imsttfb_copyarea()
1043 sx = area->sx * Bpp; in imsttfb_copyarea()
1045 dx = area->dx * Bpp; in imsttfb_copyarea()
1049 width = area->width * Bpp; in imsttfb_copyarea()
Dtgafb.c1018 unsigned long Bpp = (is8bpp ? 1 : 4); local
1027 __raw_writel(fdata, fb_base + pos + j*Bpp);
1029 __raw_writel(ldata, fb_base + pos + j*Bpp);