Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Ds3c-fb.c495 u32 pagewidth; in s3c_fb_set_par() local
545 pagewidth = (var->xres * var->bits_per_pixel) >> 3; in s3c_fb_set_par()
546 data = VIDW_BUF_SIZE_OFFSET(info->fix.line_length - pagewidth) | in s3c_fb_set_par()
547 VIDW_BUF_SIZE_PAGEWIDTH(pagewidth) | in s3c_fb_set_par()
548 VIDW_BUF_SIZE_OFFSET_E(info->fix.line_length - pagewidth) | in s3c_fb_set_par()
549 VIDW_BUF_SIZE_PAGEWIDTH_E(pagewidth); in s3c_fb_set_par()