Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_base.c431 int bppshft2; in matroxfb_get_final_bppShift() local
435 bppshft2 = bpp; in matroxfb_get_final_bppShift()
436 if (!bppshft2) { in matroxfb_get_final_bppShift()
440 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
442 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
443 return bppshft2; in matroxfb_get_final_bppShift()