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

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_hwcurs.c57 #define inCRReg(reg) (VGAHWPTR(pScrn))->readCrtc( VGAHWPTR(pScrn), reg ) macro
87 tmp = inCRReg(HWCURSOR_MODE_CR45);
98 tmp = inCRReg(HWCURSOR_MODE_CR45);
163 inCRReg(0x45);
168 inCRReg(0x45);
194 inCRReg(0x45);
202 inCRReg(0x45);
217 inCRReg(0x45);
223 inCRReg(0x45);
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_cursor.c55 #define inCRReg(reg) (VGAHWPTR(pScrn))->readCrtc( VGAHWPTR(pScrn), reg ) macro
92 unsigned char cr6d = inCRReg( 0x6d );
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 );
290 byte = inCRReg( 0x46 );
328 inCRReg(0x45);
334 inCRReg(0x45);
342 inCRReg(
[all...]

Completed in 3 milliseconds