HomeSort by: relevance | last modified time | path
    Searched defs:cursor_addr (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_cursor.c 67 /* unsigned long cursor_addr = pXGI->CursorOffset ; */
208 unsigned long cursor_addr = pXGI->CursorOffset ; local
217 pCursorShape = pXGI->FbBase + cursor_addr ;
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_cursor.c 646 ULong cursor_addr; local
656 cursor_addr = pScrn->videoRam - 1;
660 SiSMemCopyToVideoRam(pSiS, (UChar *)pSiS->RealFbBase + (cursor_addr * 1024) + (32 * i),
662 SiSMemCopyToVideoRam(pSiS, (UChar *)pSiS->RealFbBase + (cursor_addr * 1024) + (32 * i) + 16,
666 SiSMemCopyToVideoRam(pSiS, (UChar *)pSiS->RealFbBase + (cursor_addr * 1024), src, 1024);
672 outSISIDXREG(SISSR, 0x38, temp | ((cursor_addr & 0xF00) >> 4));
676 if(cursor_addr & 0x1000) {
696 ULong cursor_addr; local
715 cursor_addr = pScrn->videoRam - pSiS->cursorOffset - (pSiS->CursorSize/1024); /* 1K boundary */
725 SiSMemCopyToVideoRam(pSiS, (UChar *)dest + (cursor_addr * 1024) + (32 * i)
781 ULong cursor_addr, cursor_addr2 = 0; local
1080 int cursor_addr, i, j, maxheight = 32; local
1212 int cursor_addr, i, j, maxheight = 64; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830.h 239 uint64_t cursor_addr; member in struct:_I830CrtcPrivateRec

Completed in 10 milliseconds