Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/
Ds3c-fb.c378 int pix_per_word; in s3c_fb_align_word() local
383 pix_per_word = (8 * 32) / bpp; in s3c_fb_align_word()
384 return ALIGN(pix, pix_per_word); in s3c_fb_align_word()