Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/omap2/
Dvrfb.c186 u16 vrfb_width; in omap_vrfb_setup() local
211 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()
214 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp); in omap_vrfb_setup()
216 size = vrfb_width << SMS_IMAGEWIDTH_OFFSET; in omap_vrfb_setup()
232 vrfb_width - width, vrfb_height - height); in omap_vrfb_setup()
236 vrfb->xoffset = vrfb_width - width; in omap_vrfb_setup()