Lines Matching refs:outCRReg
58 #define outCRReg(reg, val) (VGAHWPTR(pScrn))->writeCrtc( VGAHWPTR(pScrn), reg, val )
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( 0x4f, yoff );
148 outCRReg( 0x48, (y & 0xff00)>>8 );
165 outCRReg(0x4a, fg);
166 outCRReg(0x4a, fg);
170 outCRReg(0x4b, bg);
171 outCRReg(0x4b, bg);
196 outCRReg(0x4a, fg);
197 outCRReg(0x4a, fg >> 8);
199 outCRReg(0x4a, fg);
200 outCRReg(0x4a, fg >> 8);
204 outCRReg(0x4b, bg);
205 outCRReg(0x4b, bg >> 8);
207 outCRReg(0x4b, bg);
208 outCRReg(0x4b, bg >> 8);
219 outCRReg(0x4a, fg);
220 outCRReg(0x4a, fg >> 8);
221 outCRReg(0x4a, fg >> 16);
225 outCRReg(0x4b, bg);
226 outCRReg(0x4b, bg >> 8);
227 outCRReg(0x4b, bg >> 16);