HomeSort by: relevance | last modified time | path
    Searched refs:vtotal_reg (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_crt.c 249 int vtotal_reg, vblank_reg, vsync_reg; local
256 vtotal_reg = VTOTAL_A;
265 vtotal_reg = VTOTAL_B;
273 save_vtotal = INREG(vtotal_reg);
i830_video.c 384 int vtotal_reg = intel_crtc->pipe == 0 ? VTOTAL_A : VTOTAL_B; local
391 active = INREG(vtotal_reg) & 0x7FF;

Completed in 9 milliseconds