Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c433 int bppshft2; in matroxfb_get_final_bppShift() local
437 bppshft2 = bpp; in matroxfb_get_final_bppShift()
438 if (!bppshft2) { in matroxfb_get_final_bppShift()
442 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
444 bppshft2 >>= 1; in matroxfb_get_final_bppShift()
445 return bppshft2; in matroxfb_get_final_bppShift()