HomeSort by: relevance | last modified time | path
    Searched refs:cursor_base (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-xgi/dist/src/
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 ;\
xgi_cursor.c 68 unsigned long cursor_base = pXGI->CursorOffset/1024 ; local
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
165 xgiG2CRT1_SetCursorAddressPattern(cursor_base,0) ;
167 xgiG2CRT2_SetCursorAddressPattern(cursor_base,0) ;
209 unsigned long cursor_base = pXGI->CursorOffset/1024 ; local
233 xgiG2CRT1_SetCursorAddressPattern(cursor_base,0)
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_cursor.c 64 int cursor_base; local
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/
vtypes.h 138 vu32 cursor_base; member in struct:verite_board_t

Completed in 6 milliseconds