Searched refs:DACR (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ast/dist/src/
H A Dast_mode.h125 UCHAR DACR; member in struct:__anon502f03860408
H A Dast_vgatool.c822 UCHAR DACIndex, DACR, DACG, DACB; local in function:vASTLoadPalette
830 DACR = colors[index].red << (8- pScrn->rgbBits);
834 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
844 DACR = colors[index/2].red << (8- pScrn->rgbBits);
848 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
857 DACR = colors[index].red;
861 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
869 DACR = colors[index].red >> (8 - pScrn->rgbBits);
873 VGA_LOAD_PALETTE_INDEX (DACIndex, DACR, DACG, DACB);
H A Dast_mode.c982 UCHAR DACR, DACG, DACB; local in function:bSetDACReg
998 DACR = pDACPtr->DACR;
1002 VGA_LOAD_PALETTE_INDEX (i, DACR, DACG, DACB);

Completed in 9 milliseconds