Lines Matching refs:NV_RD32
414 state->scale = NV_RD32(par->PRAMDAC, 0x00000848) & 0xfff000ff;
424 state->crtcSync = NV_RD32(par->PRAMDAC, 0x0828);
440 state->head = NV_RD32(par->PCRTC0, 0x00000860) & ~0x00001000;
441 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) | 0x00001000;
444 state->vpll = NV_RD32(par->PRAMDAC0, 0x00000508);
446 state->vpllB = NV_RD32(par->PRAMDAC0, 0x00000578);
448 state->head = NV_RD32(par->PCRTC0, 0x00000860) | 0x00001000;
449 state->head2 = NV_RD32(par->PCRTC0, 0x00002860) & ~0x00001000;
451 state->vpll2 = NV_RD32(par->PRAMDAC0, 0x0520);
453 state->vpll2B = NV_RD32(par->PRAMDAC0, 0x057C);
472 state->dither = NV_RD32(par->PRAMDAC, 0x0528) &
477 state->dither = NV_RD32(par->PRAMDAC, 0x083C) & ~1;
620 par->FPDither = !!(NV_RD32(par->PRAMDAC, 0x0528)
623 par->FPDither = !!(NV_RD32(par->PRAMDAC, 0x083C) & 1);
1212 id = NV_RD32(REGS, 0x1800);