Lines Matching defs:pNv
36 #define CURSOR_PTR ((CARD32*)pNv->mem + pNv->videoRam * 256 - 0x1000)
40 G80Ptr pNv = G80PTR(crtc->scrn);
45 pNv->reg[(0x00647084 + headOff)/4] = y << 16 | x;
46 pNv->reg[(0x00647080 + headOff)/4] = 0;
51 G80Ptr pNv = G80PTR(crtc->scrn);
60 G80Ptr pNv = G80PTR(pScrn);
64 if(!pNv->HWCursor) return TRUE;
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);
82 G80Ptr pNv = G80PTR(pScrn);
86 if(!pNv->HWCursor) return;
92 pNv->reg[(0x00610270+headOff)/4] = 0;
93 while(pNv->reg[(0x00610270+headOff)/4] & 0x30000);