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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c655 int Roff; local in function:R128InitDDARegisters
677 Roff = XclksPerTransferPrecise * (DisplayFifoDepth - 4);
687 if (Ron + info->ram->Rloop >= Roff) {
689 "(Ron = %d) + (Rloop = %d) >= (Roff = %d)\n",
690 Ron, info->ram->Rloop, Roff);
698 save->dda_on_off = (Ron << 16) | Roff;
709 "Roff = %d, Ron = %d, Rloop = %d\n",
710 Roff, Ron, info->ram->Rloop));
731 int Roff; local in function:R128InitDDA2Registers
753 Roff
[all...]

Completed in 3 milliseconds