Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/aty/
Datyfb_base.c577 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local
625 v_disp = yres-1; in aty_var_to_crtc()
626 if (v_disp > 0x7ff) in aty_var_to_crtc()
628 v_sync_strt = v_disp+lower; in aty_var_to_crtc()
646 v_disp <<= 1; in aty_var_to_crtc()
725 crtc->v_tot_disp = v_total | (v_disp<<16); in aty_var_to_crtc()
742 lcd_vtotal = v_disp + info->lcd_vblank_width; in aty_var_to_crtc()
743 lcd_vsync_start = v_disp + info->lcd_lower; in aty_var_to_crtc()
750 crtc->v_tot_disp = lcd_vtotal | (v_disp<<16); in aty_var_to_crtc()
794 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
[all …]
/linux-2.4.37.9/drivers/video/
Daty128fb.c815 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
877 v_disp = yres - 1; in aty128_var_to_crtc()
900 v_sync_strt = v_disp + lower; in aty128_var_to_crtc()
910 crtc->v_total = v_total | (v_disp << 16); in aty128_var_to_crtc()
1013 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1024 v_disp = (crtc->v_total >> 16) & 0x7ff; in aty128_crtc_to_var()
1033 yres = v_disp + 1; in aty128_crtc_to_var()
1038 lower = v_sync_strt - v_disp; in aty128_crtc_to_var()