Home
last modified time | relevance | path

Searched refs:v_tot_disp (Results 1 – 2 of 2) sorted by relevance

/drivers/video/aty/
Datyfb_base.c649 crtc->v_tot_disp = aty_ld_le32(CRTC_V_TOTAL_DISP, par); in aty_get_crtc()
698 ((((crtc->h_tot_disp>>16) & 0xff) + 1)<<3), (((crtc->v_tot_disp>>16) & 0x7ff) + 1), in aty_set_crtc()
704 DPRINTK("CRTC_V_TOTAL_DISP: %x\n",crtc->v_tot_disp); in aty_set_crtc()
712 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_tot_disp, par); in aty_set_crtc()
978 crtc->v_tot_disp = v_total | (v_disp<<16); in aty_var_to_crtc()
1090 crtc->shadow_v_tot_disp = crtc->v_tot_disp; in aty_var_to_crtc()
1121 v_total = crtc->v_tot_disp & 0x7ff; in aty_crtc_to_var()
1122 v_disp = (crtc->v_tot_disp >> 16) & 0x7ff; in aty_crtc_to_var()
1408 ((par->crtc.v_tot_disp >> 16) & 0x7ff) + 1, in atyfb_set_par()
1661 yres = ((par->crtc.v_tot_disp >> 16) & 0x7ff) + 1; in atyfb_pan_display()
[all …]
Datyfb.h19 u32 v_tot_disp; member