Lines Matching refs:h_total
264 u32 h_total, h_sync_strt_wid; member
795 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total); in aty128_set_crtc()
814 u32 h_total, h_disp, h_sync_strt, h_sync_wid, h_sync_pol; in aty128_var_to_crtc() local
875 h_total = (((xres + right + hslen + left) >> 3) - 1) & 0xFFFFL; in aty128_var_to_crtc()
881 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) { in aty128_var_to_crtc()
909 crtc->h_total = h_total | (h_disp << 16); in aty128_var_to_crtc()
1012 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol; in aty128_crtc_to_var() local
1017 h_total = crtc->h_total & 0x1ff; in aty128_crtc_to_var()
1018 h_disp = (crtc->h_total >> 16) & 0xff; in aty128_crtc_to_var()
1034 left = ((h_total - h_sync_strt - h_sync_wid) << 3) - h_sync_dly; in aty128_crtc_to_var()
1338 display_info.width = (((par->crtc.h_total >> 16) & 0xff) + 1) << 3; in aty128_set_par()
1355 (((par->crtc.h_total>>16) & 0xff)+1)*8, in aty128_set_par()
1634 xres = (((par->crtc.h_total >> 16) & 0xff) + 1) << 3; in aty128fb_pan_display()