Lines Matching refs:headOff
41 const int headOff = 0x1000*G80CrtcGetHead(crtc);
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]);
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]);
92 pNv->reg[(0x00610270+headOff)/4] = 0;
93 while(pNv->reg[(0x00610270+headOff)/4] & 0x30000);