Lines Matching refs:h_total
800 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
875 h_total = h_sync_end + h_sync_dly + var->left_margin; in aty_var_to_crtc()
953 h_total = h_disp + par->lcd_hblank_len; in aty_var_to_crtc()
964 h_total = (h_total >> 3) - 1; in aty_var_to_crtc()
972 FAIL_MAX("h_total too large", h_total, 0x1ff); in aty_var_to_crtc()
1013 crtc->h_tot_disp = h_total | (h_disp << 16); in aty_var_to_crtc()
1155 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; in aty_crtc_to_var() local
1161 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()
1180 left = (h_total - h_sync_strt - h_sync_wid) * 8 - h_sync_dly; in aty_crtc_to_var()
1361 u32 h_disp, h_sync_strt, h_sync_end, h_total; in atyfb_set_par() local
1367 h_total = h_sync_end + debug.left_margin; in atyfb_set_par()
1373 hSync = 1000000000 / (pixclock_in_ps * h_total); in atyfb_set_par()
1393 h_disp, h_sync_strt, h_sync_end, h_total, in atyfb_set_par()
3094 u32 v_total, h_total; in atyfb_setup_sparc() local
3110 h_total = var->xres + var->right_margin + var->hsync_len + var->left_margin; in atyfb_setup_sparc()