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

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datipreinit.c1288 pATIHW->crtc_h_total_disp = inr(CRTC_H_TOTAL_DISP);
1358 pATIHW->crtc_h_total_disp &= ~CRTC_H_DISP;
1359 pATIHW->crtc_h_total_disp |=
1363 pATIHW->crtc_h_total_disp &= ~CRTC_H_TOTAL;
1364 pATIHW->crtc_h_total_disp |=
1404 HDisplay = GetBits(pATIHW->crtc_h_total_disp, CRTC_H_DISP);
1414 HTotal = GetBits(pATIHW->crtc_h_total_disp, CRTC_H_TOTAL);
1461 pATIHW->crtc_h_total_disp = inr(CRTC_H_TOTAL_DISP);
1515 pATIHW->crtc_h_total_disp &= ~CRTC_H_DISP;
1516 pATIHW->crtc_h_total_disp |
[all...]
H A Datistruct.h122 CARD32 crtc_h_total_disp, crtc_h_sync_strt_wid, member in struct:_ATIHWRec
H A Datimach64.c401 pATIHW->crtc_h_total_disp = inr(CRTC_H_TOTAL_DISP);
735 pATIHW->crtc_h_total_disp =
840 outr(CRTC_H_TOTAL_DISP, pATIHW->crtc_h_total_disp);
H A Datimode.c675 pATIHW->shadow_h_total_disp = pATIHW->crtc_h_total_disp;
946 outr(CRTC_H_TOTAL_DISP, pATIHW->crtc_h_total_disp);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_crtc.c157 OUTREG(RADEON_CRTC_H_TOTAL_DISP, restore->crtc_h_total_disp);
537 save->crtc_h_total_disp = INREG(RADEON_CRTC_H_TOTAL_DISP);
929 save->crtc_h_total_disp = ((((mode->CrtcHTotal / 8) - 1) & 0x3ff)
H A Dradeon_probe.h592 uint32_t crtc_h_total_disp; member in struct:__anon297917400b08
H A Dradeon_tv.c1100 save->crtc_h_total_disp = (((constPtr->horResolution / 8) - 1) << RADEON_CRTC_H_DISP_SHIFT) |
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128.h189 uint32_t crtc_h_total_disp; member in struct:__anona5d7874c0208
H A Dr128_crtc.c110 save->crtc_h_total_disp = ((((mode->CrtcHTotal / 8) - 1) & 0xffff)
263 OUTREG(R128_CRTC_H_TOTAL_DISP, restore->crtc_h_total_disp);
H A Dr128_driver.c2363 save->crtc_h_total_disp = INREG(R128_CRTC_H_TOTAL_DISP);
2657 save->fp_crtc_h_total_disp = save->crtc_h_total_disp;

Completed in 20 milliseconds