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

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipreinit.c1290 pATIHW->crtc_v_total_disp = inr(CRTC_V_TOTAL_DISP);
1372 pATIHW->crtc_v_total_disp &= ~CRTC_V_DISP;
1373 pATIHW->crtc_v_total_disp |=
1384 pATIHW->crtc_v_total_disp &= ~CRTC_V_TOTAL;
1385 pATIHW->crtc_v_total_disp |=
1425 VDisplay = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_DISP);
1432 VTotal = GetBits(pATIHW->crtc_v_total_disp, CRTC_V_TOTAL);
1463 pATIHW->crtc_v_total_disp = inr(CRTC_V_TOTAL_DISP);
1528 pATIHW->crtc_v_total_disp &= ~CRTC_V_DISP;
1529 pATIHW->crtc_v_total_disp |
[all...]
H A Datistruct.h123 crtc_v_total_disp, crtc_v_sync_strt_wid, member in struct:_ATIHWRec
H A Datimach64.c403 pATIHW->crtc_v_total_disp = inr(CRTC_V_TOTAL_DISP);
747 pATIHW->crtc_v_total_disp =
842 outr(CRTC_V_TOTAL_DISP, pATIHW->crtc_v_total_disp);
H A Datimode.c677 pATIHW->shadow_v_total_disp = pATIHW->crtc_v_total_disp;
948 outr(CRTC_V_TOTAL_DISP, pATIHW->crtc_v_total_disp);
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c127 save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
132 save->crtc_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
265 OUTREG(R128_CRTC_V_TOTAL_DISP, restore->crtc_v_total_disp);
H A Dr128.h191 uint32_t crtc_v_total_disp; member in struct:__anona5d7874c0208
H A Dr128_driver.c2365 save->crtc_v_total_disp = INREG(R128_CRTC_V_TOTAL_DISP);
2658 save->fp_crtc_v_total_disp = save->crtc_v_total_disp;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_crtc.c159 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)
H A Dradeon_probe.h594 uint32_t crtc_v_total_disp; member in struct:__anon297917400b08
H A Dradeon_tv.c1108 save->crtc_v_total_disp = ((constPtr->verResolution - 1) << RADEON_CRTC_V_DISP_SHIFT) |

Completed in 21 milliseconds