Searched refs:thc_cursxy (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_regs.h50 volatile unsigned int thc_cursxy; /* cursor x,y position (16 bits each) */ member in struct:tcx_thc
H A Dtcx_cursor.c68 pTcx->thc->thc_cursxy = pTcx->CursorXY;
77 pTcx->thc->thc_cursxy = ((65536 - 32) << 16) | (65536 - 32);
109 pTcx->thc->thc_cursxy = pTcx->CursorXY;
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_cursor.c57 pCg6->thc->thc_cursxy = pCg6->CursorXY;
66 pCg6->thc->thc_cursxy = ((65536 - 32) << 16) | (65536 - 32);
77 pCg6->thc->thc_cursxy = pCg6->CursorXY;
H A Dcg6_regs.h262 volatile unsigned int thc_cursxy; /* cursor x,y position (16 bits each) */ member in struct:cg6_thc

Completed in 4 milliseconds