Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap2/omapfb/
A Dvrfb.c175 u16 vrfb_width; in omap_vrfb_setup() local
200 vrfb_width = ALIGN(width * bytespp, VRFB_PAGE_WIDTH) / bytespp; in omap_vrfb_setup()
203 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp); in omap_vrfb_setup()
205 size = vrfb_width << SMS_IMAGEWIDTH_OFFSET; in omap_vrfb_setup()
221 vrfb_width - width, vrfb_height - height); in omap_vrfb_setup()
225 vrfb->xoffset = vrfb_width - width; in omap_vrfb_setup()

Completed in 4 milliseconds