Home
last modified time | relevance | path

Searched refs:h_tot_disp (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/aty/
Datyfb_base.c680 crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par); in aty_get_crtc()
730 ((((crtc->h_tot_disp >> 16) & 0xff) + 1) << 3), in aty_set_crtc()
736 DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp); in aty_set_crtc()
744 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par); in aty_set_crtc()
1028 crtc->h_tot_disp = h_total | (h_disp << 16); in aty_var_to_crtc()
1149 crtc->shadow_h_tot_disp = crtc->h_tot_disp; in aty_var_to_crtc()
1176 h_total = crtc->h_tot_disp & 0x1ff; in aty_crtc_to_var()
1177 h_disp = (crtc->h_tot_disp >> 16) & 0xff; in aty_crtc_to_var()
1466 (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8, in atyfb_set_par()
1743 xres = (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8; in atyfb_pan_display()
[all …]
Datyfb.h18 u32 h_tot_disp; member