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

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_cursor.c92 unsigned int IOSS, MSS; local in function:CHIPSShowCursor
93 IOSS = cPtr->readIOSS(cPtr);
101 cPtr->writeIOSS(cPtr, IOSS);
131 unsigned int IOSS, MSS; local in function:CHIPSHideCursor
132 IOSS = cPtr->readIOSS(cPtr);
140 cPtr->writeIOSS(cPtr, IOSS);
176 unsigned int IOSS, MSS; local in function:CHIPSSetCursorPosition
177 IOSS = cPtr->readIOSS(cPtr);
187 cPtr->writeIOSS(cPtr, IOSS);
248 unsigned int IOSS, MS local in function:CHIPSSetCursorColors
412 unsigned int IOSS, MSS; local in function:CHIPSLoadCursorImage
[all...]
H A Dct_driver.c1699 /* Store IOSS/MSS so that we can restore them */
2347 /* Put IOSS/MSS back to normal */
3701 unsigned int IOSS, MSS; local in function:chipsLoadPalette
3702 IOSS = cPtr->readIOSS(cPtr);
3719 cPtr->writeIOSS(cPtr, IOSS);
3758 unsigned int IOSS, MSS; local in function:chipsLoadPalette16
3759 IOSS = cPtr->readIOSS(cPtr);
3777 cPtr->writeIOSS(cPtr, IOSS);
3860 unsigned int IOSS, MSS; local in function:CHIPSScreenInit
3861 IOSS
4402 unsigned int IOSS, MSS; local in function:CHIPSAdjustFrame
5768 unsigned char IOSS, MSS, tmpfr01; local in function:chipsModeInitHiQV
7135 unsigned int IOSS, MSS; local in function:chipsBlankScreen
7228 unsigned int IOSS, MSS; local in function:chipsHWCursorOn
7317 unsigned char IOSS=0, MSS=0, tmpfr02=0, tmpfr01a=0, tmpfr01b=0; local in function:chipsProbeMonitor
[all...]
/xsrc/external/mit/xf86-video-chips/dist/util/
H A DdRegs.c11 unsigned char storeReg, bpp, shift, IOSS = 0, MSS = 0, again = 0; local in function:main
36 IOSS=inb(0x3CD);
38 outb(0x3CD,((IOSS&0xE0)| 0x11)); /* Select Channel 0 */
236 outb(0x3CD,((IOSS&0xE0)| 0x1F)); /* Select Channel 1 */
240 outb(0x3CD,IOSS);
243 printf("0x3CD\t0x%X (IOSS)\n",inb(0x3CD)&0xFF);

Completed in 32 milliseconds