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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c222 save->crtc2_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
227 save->crtc2_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
283 OUTREG(R128_CRTC2_V_TOTAL_DISP, restore->crtc2_v_total_disp);
H A Dr128.h201 uint32_t crtc2_v_total_disp; member in struct:__anona5d7874c0208
H A Dr128_driver.c2400 save->crtc2_v_total_disp = INREG(R128_CRTC2_V_TOTAL_DISP);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_crtc.c200 OUTREG(RADEON_CRTC2_V_TOTAL_DISP, restore->crtc2_v_total_disp);
575 save->crtc2_v_total_disp = INREG(RADEON_CRTC2_V_TOTAL_DISP);
1135 save->crtc2_v_total_disp = (((mode->CrtcVTotal - 1) & 0xffff)
H A Dradeon_probe.h615 uint32_t crtc2_v_total_disp; member in struct:__anon297917400b08
H A Dlegacy_output.c1766 uint32_t tmp, crtc2_h_total_disp, crtc2_v_total_disp; local in function:radeon_detect_ext_dac
1784 crtc2_v_total_disp = INREG(RADEON_CRTC2_V_TOTAL_DISP);
1843 OUTREG(RADEON_CRTC2_V_TOTAL_DISP, crtc2_v_total_disp);
H A Dradeon_tv.c1212 save->crtc2_v_total_disp = ((constPtr->verResolution - 1) << RADEON_CRTC_V_DISP_SHIFT) |

Completed in 16 milliseconds