Searched refs:h_tot_disp (Results 1 – 2 of 2) sorted by relevance
656 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc()706 ((((crtc->h_tot_disp >> 16) & 0xff) + 1) << 3), in aty_set_crtc()712 DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp); in aty_set_crtc()720 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc()1010 crtc->h_tot_disp = h_total | (h_disp << 16); in aty_var_to_crtc()1131 crtc->shadow_h_tot_disp = crtc->h_tot_disp; in aty_var_to_crtc()1158 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()1159 h_disp = (crtc->h_tot_disp >> 16) & 0xff; in aty_crtc_to_var()1461 (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8, in atyfb_set_par()1739 xres = (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8; in atyfb_pan_display()[all …]
17 u32 h_tot_disp; member