Searched refs:MSS (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_cursor.c92 unsigned int IOSS, MSS; local in function:CHIPSShowCursor
94 MSS = cPtr->readMSS(cPtr);
102 cPtr->writeMSS(cPtr, VGAHWPTR(pScrn), MSS);
131 unsigned int IOSS, MSS; local in function:CHIPSHideCursor
133 MSS = cPtr->readMSS(cPtr);
141 cPtr->writeMSS(cPtr, VGAHWPTR(pScrn), MSS);
176 unsigned int IOSS, MSS; local in function:CHIPSSetCursorPosition
178 MSS = cPtr->readMSS(cPtr);
188 cPtr->writeMSS(cPtr, VGAHWPTR(pScrn), MSS);
248 unsigned int IOSS, MSS; 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
3703 MSS = cPtr->readMSS(cPtr);
3720 cPtr->writeMSS(cPtr, hwp, MSS);
3758 unsigned int IOSS, MSS; local in function:chipsLoadPalette16
3760 MSS = cPtr->readMSS(cPtr);
3778 cPtr->writeMSS(cPtr, hwp, MSS);
3860 unsigned int IOSS, MSS; local in function:CHIPSScreenInit
3862 MSS
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
37 MSS=inb(0x3CB);
39 outb(0x3CB,((MSS&0xF0)| 0x8));
237 outb(0x3CB,((MSS&0xF0)| 0xF));
241 outb(0x3CB,MSS);
242 printf("\n\n0x3CB\t0x%X (MSS)\n",inb(0x3CB)&0xFF);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dmmx_blend.S240 #define GMB_STORE(rgba, MSS ) \
241 ONE(MOVD ( MSS, REGIND(rgba) )) /* | | | | sa1 | sb1 | sg1 | sr1 */ ;\
242 TWO(MOVQ ( MSS, REGIND(rgba) )) /* sa2 | sb2 | sg2 | sr2 | sa1 | sb1 | sg1 | sr1 */
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dmmx_blend.S241 #define GMB_STORE(rgba, MSS ) \
242 ONE(MOVD ( MSS, REGIND(rgba) )) /* | | | | sa1 | sb1 | sg1 | sr1 */ ;\
243 TWO(MOVQ ( MSS, REGIND(rgba) )) /* sa2 | sb2 | sg2 | sr2 | sa1 | sb1 | sg1 | sr1 */

Completed in 7 milliseconds