Searched refs:IBMRGB_INDEX_CONTROL (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A DIBMramdac.c48 #define IBMRGB_INDEX_CONTROL 0x4038 macro
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_IBMRGB.c49 #define IBMRGB_INDEX_CONTROL 0x3C7 /* CR55 low bit == 1 */ macro
266 tmp = inb(IBMRGB_INDEX_CONTROL);
267 outb(IBMRGB_INDEX_CONTROL, tmp & ~1);
495 tmp2 = inb(IBMRGB_INDEX_CONTROL) & 0xfe;
496 outb(IBMRGB_INDEX_CONTROL, tmp2 | 1); /* enable auto increment */
505 outb(IBMRGB_INDEX_CONTROL, tmp2); /* disable auto increment */

Completed in 3 milliseconds