Lines Matching refs:NV_RD32
413 state->scale = NV_RD32(par->PRAMDAC, 0x00000848) & 0xfff000ff;
423 state->crtcSync = NV_RD32(par->PRAMDAC, 0x0828);
439 state->head = NV_RD32(par->PCRTC0, 0x00000860) & ~0x00001000;
440 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000;
443 state->vpll = NV_RD32(par->PRAMDAC0, 0x00000508);
445 state->vpllB = NV_RD32(par->PRAMDAC0, 0x00000578);
447 state->head = NV_RD32(par->PCRTC0, 0x00000860) | 0x00001000;
448 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000;
450 state->vpll2 = NV_RD32(par->PRAMDAC0, 0x0520);
452 state->vpll2B = NV_RD32(par->PRAMDAC0, 0x057C);
471 state->dither = NV_RD32(par->PRAMDAC, 0x0528) &
476 state->dither = NV_RD32(par->PRAMDAC, 0x083C) & ~1;
619 par->FPDither = !!(NV_RD32(par->PRAMDAC, 0x0528)
622 par->FPDither = !!(NV_RD32(par->PRAMDAC, 0x083C) & 1);
1211 id = NV_RD32(par->REGS, 0x1800);