Searched refs:h_tot_disp (Results 1 – 2 of 2) sorted by relevance
683 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc()733 ((((crtc->h_tot_disp >> 16) & 0xff) + 1) << 3), in aty_set_crtc()739 DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp); in aty_set_crtc()747 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc()1031 crtc->h_tot_disp = h_total | (h_disp << 16); in aty_var_to_crtc()1152 crtc->shadow_h_tot_disp = crtc->h_tot_disp; in aty_var_to_crtc()1179 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()1180 h_disp = (crtc->h_tot_disp >> 16) & 0xff; in aty_crtc_to_var()1469 (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8, in atyfb_set_par()1746 xres = (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8; in atyfb_pan_display()[all …]
20 u32 h_tot_disp; member