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

  /xsrc/external/mit/xf86-video-mach64/dist/src/
atipreinit.c 1287 pATIHW->crtc_v_total_disp = inr(CRTC_V_TOTAL_DISP);
1316 pATIHW->shadow_v_total_disp = inr(CRTC_V_TOTAL_DISP);
1369 pATIHW->crtc_v_total_disp &= ~CRTC_V_DISP;
1370 pATIHW->crtc_v_total_disp |=
1381 pATIHW->crtc_v_total_disp &= ~CRTC_V_TOTAL;
1382 pATIHW->crtc_v_total_disp |=
1422 VDisplay = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_DISP);
1429 VTotal = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_TOTAL);
1460 pATIHW->crtc_v_total_disp = inr(CRTC_V_TOTAL_DISP)
    [all...]
atistruct.h 117 crtc_v_total_disp, crtc_v_sync_strt_wid, member in struct:_ATIHWRec
atimach64.c 389 pATIHW->crtc_v_total_disp = inr(CRTC_V_TOTAL_DISP);
733 pATIHW->crtc_v_total_disp =
828 outr(CRTC_V_TOTAL_DISP, pATIHW->crtc_v_total_disp);
atimode.c 464 pATIHW->shadow_v_total_disp = inr(CRTC_V_TOTAL_DISP);
676 pATIHW->shadow_v_total_disp = pATIHW->crtc_v_total_disp;
947 outr(CRTC_V_TOTAL_DISP, pATIHW->crtc_v_total_disp);
1018 outr(CRTC_V_TOTAL_DISP, pATIHW->shadow_v_total_disp);
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c 128 save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
133 save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
267 OUTREG(R128_CRTC_V_TOTAL_DISP, restore->crtc_v_total_disp);
r128.h 188 uint32_t crtc_v_total_disp; member in struct:__anon167
r128_driver.c 2350 save->crtc_v_total_disp = INREG(R128_CRTC_V_TOTAL_DISP);
2643 save->fp_crtc_v_total_disp = save->crtc_v_total_disp;
  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_crtc.c 159 OUTREG(RADEON_CRTC_V_TOTAL_DISP, restore->crtc_v_total_disp);
539 save->crtc_v_total_disp = INREG(RADEON_CRTC_V_TOTAL_DISP);
944 save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
radeon_probe.h 594 uint32_t crtc_v_total_disp; member in struct:__anon6870
radeon_tv.c 1108 save->crtc_v_total_disp = ((constPtr->verResolution - 1) << RADEON_CRTC_V_DISP_SHIFT) |

Completed in 23 milliseconds