Lines Matching refs:h_tot_disp
659 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc()
709 ((((crtc->h_tot_disp >> 16) & 0xff) + 1) << 3), in aty_set_crtc()
715 DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp); in aty_set_crtc()
723 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc()
1013 crtc->h_tot_disp = h_total | (h_disp << 16); in aty_var_to_crtc()
1134 crtc->shadow_h_tot_disp = crtc->h_tot_disp; in aty_var_to_crtc()
1161 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()
1162 h_disp = (crtc->h_tot_disp >> 16) & 0xff; in aty_crtc_to_var()
1464 (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8, in atyfb_set_par()
1742 xres = (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8; in atyfb_pan_display()
3103 crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in atyfb_setup_sparc()