Searched refs:bppshift (Results 1 – 1 of 1) sorted by relevance
794 u8 bppshift; in mga_crtc_mode_set() local809 bppshift = mdev->bpp_shifts[(crtc->primary->fb->bits_per_pixel >> 3) - 1]; in mga_crtc_mode_set()902 pitch = (pitch * 3) >> (4 - bppshift); in mga_crtc_mode_set()904 pitch = pitch >> (4 - bppshift); in mga_crtc_mode_set()979 ext_vga[3] = (((1 << bppshift) * 3) - 1) | 0x80; in mga_crtc_mode_set()981 ext_vga[3] = ((1 << bppshift) - 1) | 0x80; in mga_crtc_mode_set()