Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.h223 int nBits, unsigned int Flags);
225 int nBits, unsigned int Flags);
H A DvgaHW.c1393 vgaHWHBlankKGA(DisplayModePtr mode, vgaRegPtr regp, int nBits, in vgaHWHBlankKGA() argument
1396 int nExtBits = (nBits < 6) ? 0 : nBits - 6; in vgaHWHBlankKGA()
1435 vgaHWVBlankKGA(DisplayModePtr mode, vgaRegPtr regp, int nBits, in vgaHWVBlankKGA() argument
1439 CARD32 nExtBits = (nBits < 8) ? 0 : (nBits - 8); in vgaHWVBlankKGA()
1444 CARD32 BitMask = (nBits < 7) ? 0 : ((1 << nExtBits) - 1); in vgaHWVBlankKGA()