Searched refs:outCRReg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_hwcurs.c | 58 #define outCRReg(reg, val) (VGAHWPTR(pScrn))->writeCrtc( VGAHWPTR(pScrn), reg, val ) macro 73 outCRReg( HWCURSOR_ADDR_LOW_CR4D, 0xff & (ps3v->FBCursorOffset/1024)); 74 outCRReg( HWCURSOR_ADDR_HIGH_CR4C, (0x0f00 & (ps3v->FBCursorOffset/1024)) >> 8); 89 outCRReg(HWCURSOR_MODE_CR45, tmp | 1 ); 100 outCRReg(HWCURSOR_MODE_CR45, tmp & ~1 ); 143 outCRReg( 0x46, (x & 0xff00)>>8 ); 144 outCRReg( 0x47, (x & 0xff) ); 145 outCRReg( 0x49, (y & 0xff) ); 146 outCRReg( 0x4e, xoff ); 147 outCRReg( [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_cursor.c | 56 #define outCRReg(reg, val) (VGAHWPTR(pScrn))->writeCrtc( VGAHWPTR(pScrn), reg, val ) macro 166 outCRReg( 0x45, inCRReg(0x45) | 0x01 ); 169 outCRReg( 0x45, inCRReg(0x45) | 0x01 ); 188 outCRReg( 0x45, inCRReg(0x45) & 0xfe ); /* cursor2 */ 191 outCRReg( 0x45, inCRReg(0x45) & 0xfe ); 207 outCRReg( 0x4d, (0xff & psav->CursorKByte)); 208 outCRReg( 0x4c, (0xff00 & psav->CursorKByte) >> 8); 211 outCRReg( 0x4d, (0xff & (CARD32)psav->CursorKByte)); 212 outCRReg( 0x4c, (0xff00 & (CARD32)psav->CursorKByte) >> 8); 273 outCRReg( [all...] |
Completed in 3 milliseconds