vrfb_width        174 drivers/video/fbdev/omap2/omapfb/vrfb.c 	u16 vrfb_width;
vrfb_width        199 drivers/video/fbdev/omap2/omapfb/vrfb.c 	vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp;
vrfb_width        202 drivers/video/fbdev/omap2/omapfb/vrfb.c 	DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp);
vrfb_width        204 drivers/video/fbdev/omap2/omapfb/vrfb.c 	size  = vrfb_width << SMS_IMAGEWIDTH_OFFSET;
vrfb_width        220 drivers/video/fbdev/omap2/omapfb/vrfb.c 			vrfb_width - width, vrfb_height - height);
vrfb_width        224 drivers/video/fbdev/omap2/omapfb/vrfb.c 	vrfb->xoffset = vrfb_width - width;