h_tot_disp         18 drivers/video/fbdev/aty/atyfb.h 	u32 h_tot_disp;
h_tot_disp        665 drivers/video/fbdev/aty/atyfb_base.c 	crtc->h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par);
h_tot_disp        715 drivers/video/fbdev/aty/atyfb_base.c 		((((crtc->h_tot_disp >> 16) & 0xff) + 1) << 3),
h_tot_disp        721 drivers/video/fbdev/aty/atyfb_base.c 	DPRINTK("CRTC_H_TOTAL_DISP: %x\n", crtc->h_tot_disp);
h_tot_disp        729 drivers/video/fbdev/aty/atyfb_base.c 	aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_tot_disp, par);
h_tot_disp       1013 drivers/video/fbdev/aty/atyfb_base.c 	crtc->h_tot_disp = h_total | (h_disp << 16);
h_tot_disp       1134 drivers/video/fbdev/aty/atyfb_base.c 		crtc->shadow_h_tot_disp = crtc->h_tot_disp;
h_tot_disp       1161 drivers/video/fbdev/aty/atyfb_base.c 	h_total = crtc->h_tot_disp & 0x1ff;
h_tot_disp       1162 drivers/video/fbdev/aty/atyfb_base.c 	h_disp = (crtc->h_tot_disp >> 16) & 0xff;
h_tot_disp       1451 drivers/video/fbdev/aty/atyfb_base.c 		(((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8,
h_tot_disp       1728 drivers/video/fbdev/aty/atyfb_base.c 	xres = (((par->crtc.h_tot_disp >> 16) & 0xff) + 1) * 8;
h_tot_disp       3044 drivers/video/fbdev/aty/atyfb_base.c 		crtc.h_tot_disp = aty_ld_le32(CRTC_H_TOTAL_DISP, par);