Searched refs:hdisp_e (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c97 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
180 hdisp_e = ((target.timing.h_display >> 3) - 1);
181 hblnk_s = hdisp_e;
207 LOG(2,("CRTC:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
215 CRTCW(HDISPE, (hdisp_e & 0xff));
245 ((hdisp_e & 0x100) >> (8 - 1)) |
H A Dcrtc2.c83 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
166 hdisp_e = ((target.timing.h_display >> 3) - 1);
167 hblnk_s = hdisp_e;
193 LOG(2,("CRTC2:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
201 CRTC2W(HDISPE, (hdisp_e & 0xff));
231 ((hdisp_e & 0x100) >> (8 - 1)) |
/haiku/src/add-ons/accelerants/via/engine/
H A Dcrtc2.c83 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
166 hdisp_e = ((target.timing.h_display >> 3) - 1);
167 hblnk_s = hdisp_e;
193 LOG(2,("CRTC2:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
201 CRTC2W(HDISPE, (hdisp_e & 0xff));
231 ((hdisp_e & 0x100) >> (8 - 1)) |
H A Dcrtc.c87 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
170 hdisp_e = ((target.timing.h_display >> 3) - 1);
171 hblnk_s = hdisp_e;
195 LOG(2,("CRTC:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
203 CRTCW(HDISPE, (hdisp_e & 0xff));
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_crtc.c112 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
131 hdisp_e = ((target.timing.h_display >> 3) - 1);
132 hblnk_s = hdisp_e;
149 LOG(2,("CRTC:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
156 VGAW_I(CRTC, 0x01, (hdisp_e & 0x0ff));
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c195 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
306 hdisp_e = ((target.timing.h_display >> 3) - 1);
307 hblnk_s = hdisp_e;
333 LOG(2,("CRTC:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
341 CRTCW(HDISPE, (hdisp_e & 0xff));
371 ((hdisp_e & 0x100) >> (8 - 1)) |
H A Dnv_crtc2.c181 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
292 hdisp_e = ((target.timing.h_display >> 3) - 1);
293 hblnk_s = hdisp_e;
319 LOG(2,("CRTC2:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
327 CRTC2W(HDISPE, (hdisp_e & 0xff));
357 ((hdisp_e & 0x100) >> (8 - 1)) |
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c95 uint32 hdisp_e; /*end of horizontal display (begins at 0)*/ local
139 hdisp_e = ((target.timing.h_display >> 3) - 1);
140 hblnk_s = hdisp_e;
162 LOG(2,("CRTC:\n\tHTOT:%x\n\tHDISPEND:%x\n\tHBLNKS:%x\n\tHBLNKE:%x\n\tHSYNCS:%x\n\tHSYNCE:%x\n\t",htotal,hdisp_e,hblnk_s,hblnk_e,hsync_s,hsync_e));
174 ISACRTCW(HDISPE, (hdisp_e & 0xff));
237 ISACRTCW(HDISPE, (hdisp_e & 0xff));

Completed in 69 milliseconds