Lines Matching refs:h_total
797 u32 h_total, h_disp, h_sync_strt, h_sync_end, h_sync_dly, h_sync_wid, h_sync_pol; in aty_var_to_crtc() local
872 h_total = h_sync_end + h_sync_dly + var->left_margin; in aty_var_to_crtc()
950 h_total = h_disp + par->lcd_hblank_len; in aty_var_to_crtc()
961 h_total = (h_total >> 3) - 1; in aty_var_to_crtc()
969 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc()
1010 crtc->h_tot_disp = h_total | (h_disp << 16); in aty_var_to_crtc()
1152 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; in aty_crtc_to_var() local
1158 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()
1177 left = (h_total - h_sync_strt - h_sync_wid) * 8 - h_sync_dly; in aty_crtc_to_var()
1358 u32 h_disp, h_sync_strt, h_sync_end, h_total; in atyfb_set_par() local
1364 h_total = h_sync_end + debug.left_margin; in atyfb_set_par()
1370 hSync = 1000000000 / (pixclock_in_ps * h_total); in atyfb_set_par()
1390 h_disp, h_sync_strt, h_sync_end, h_total, in atyfb_set_par()
3085 u32 v_total, h_total; in atyfb_setup_sparc() local
3101 h_total = var->xres + var->right_margin + var->hsync_len + var->left_margin; in atyfb_setup_sparc()