Lines Matching defs:bg
50 static void S3VSetCursorColors(ScrnInfoPtr pScrn, int bg, int fg);
153 S3VSetCursorColors(ScrnInfoPtr pScrn, int bg, int fg)
170 outCRReg(0x4b, bg);
171 outCRReg(0x4b, bg);
182 bg = ((bg & 0xf80000) >> 9) |
183 ((bg & 0xf800) >> 6) |
184 ((bg & 0xf8) >> 3);
189 bg = ((bg & 0xf80000) >> 8) |
190 ((bg & 0xfc00) >> 5) |
191 ((bg & 0xf8) >> 3);
204 outCRReg(0x4b, bg);
205 outCRReg(0x4b, bg >> 8);
207 outCRReg(0x4b, bg);
208 outCRReg(0x4b, bg >> 8);
225 outCRReg(0x4b, bg);
226 outCRReg(0x4b, bg >> 8);
227 outCRReg(0x4b, bg >> 16);