Searched refs:cursor_base (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_cursor.h | 163 #define xgiG2CRT1_EnableHWCursor(cursor_base,pat_id)\ 170 ulTemp |= (cursor_base) & 0x3FFFF ;\ 181 #define xgiG2CRT2_EnableHWCursor(cursor_base,pat_id)\ 188 ulTemp |= (cursor_base) & 0x3FFFF ;\ 194 #define xgiG2CRT1_EnableARGBHWCursor(cursor_base,pat_id)\ 200 ulTemp |= (cursor_base) & 0x3FFFF ;\ 205 #define xgiG2CRT2_EnableARGBHWCursor(cursor_base,pat_id)\ 211 ulTemp |= (cursor_base) & 0x3FFFF ;\
|
| H A D | xgi_cursor.c | 68 unsigned long cursor_base = pXGI->CursorOffset/1024 ; local in function:Volari_ShowCursor 73 xgiG2CRT1_EnableARGBHWCursor(cursor_base, 0); 76 xgiG2CRT2_EnableARGBHWCursor(cursor_base, 0); 81 xgiG2CRT1_EnableHWCursor(cursor_base, 0); 84 xgiG2CRT2_EnableHWCursor(cursor_base, 0); 158 const unsigned long cursor_base = pXGI->CursorOffset / 1024; local in function:Volari_LoadCursorImage 165 xgiG2CRT1_SetCursorAddressPattern(cursor_base,0) ; 167 xgiG2CRT2_SetCursorAddressPattern(cursor_base,0) ; 209 unsigned long cursor_base = pXGI->CursorOffset/1024 ; local in function:Volari_LoadCursorARGB 233 xgiG2CRT1_SetCursorAddressPattern(cursor_base, [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_cursor.c | 64 int cursor_base; local in function:I830SetPipeCursorBase 66 cursor_base = (pipe == 0) ? CURSOR_A_BASE : CURSOR_B_BASE; 69 OUTREG(cursor_base, intel_crtc->cursor_argb_addr); 71 OUTREG(cursor_base, intel_crtc->cursor_addr);
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| H A D | vtypes.h | 138 vu32 cursor_base; member in struct:verite_board_t
|
Completed in 4 milliseconds