Searched refs:headOff (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_cursor.c41 const int headOff = 0x1000*G80CrtcGetHead(crtc); local in function:G80SetCursorPosition
45 pNv->reg[(0x00647084 + headOff)/4] = y << 16 | x;
46 pNv->reg[(0x00647080 + headOff)/4] = 0;
68 const int headOff = 0x10 * G80CrtcGetHead(xf86_config->crtc[i]); local in function:G80CursorAcquire
70 pNv->reg[(0x00610270+headOff)/4] = 0x2000;
71 while(pNv->reg[(0x00610270+headOff)/4] & 0x30000);
73 pNv->reg[(0x00610270+headOff)/4] = 1;
74 while((pNv->reg[(0x00610270+headOff)/4] & 0x30000) != 0x10000);
90 const int headOff = 0x10 * G80CrtcGetHead(xf86_config->crtc[i]); local in function:G80CursorRelease
92 pNv->reg[(0x00610270+headOff)/
[all...]
H A Dg80_display.c207 const int headOff = 0x800 * pPriv->head; local in function:G80CrtcSetPClk
217 CARD32 lo = pNv->reg[(0x00614104+headOff)/4];
218 CARD32 hi = pNv->reg[(0x00614108+headOff)/4];
220 pNv->reg[(0x00614100+headOff)/4] = 0x10000610;
228 pNv->reg[(0x00614104+headOff)/4] = lo;
229 pNv->reg[(0x00614108+headOff)/4] = hi;
232 CARD32 r = pNv->reg[(0x00614104+headOff)/4];
234 pNv->reg[(0x00614100+headOff)/4] = 0x50000610;
240 pNv->reg[(0x00614104+headOff)/4] = r;
242 pNv->reg[(0x00614200+headOff)/
272 const int headOff = 0x800 * G80CrtcGetHead(crtc); local in function:G80DispCommand
431 const int headOff = 0x400 * G80CrtcGetHead(crtc); local in function:G80CrtcModeSet
468 const int headOff = 0x400 * pPriv->head; local in function:G80CrtcBlankScreen
510 const int headOff = 0x400 * G80CrtcGetHead(crtc); local in function:G80CrtcShowHideCursor
567 const int headOff = 0x400 * G80CrtcGetHead(crtc); local in function:G80CrtcSetDither
596 const int headOff = 0x400 * pPriv->head; local in function:G80CrtcSetScale
[all...]

Completed in 5 milliseconds