Home
last modified time | relevance | path

Searched refs:hsyncstart (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/geode/
Ddisplay_gx.c65 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local
135 hsyncstart = hblankstart + info->var.right_margin; in gx_set_mode()
136 hsyncend = hsyncstart + info->var.hsync_len; in gx_set_mode()
151 write_dc(par, DC_H_SYNC_TIMING, (hsyncstart - 1) | in gx_set_mode()
Ddisplay_gx1.c85 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
153 hsyncstart = hblankstart + info->var.right_margin; in gx1_set_mode()
154 hsyncend = hsyncstart + info->var.hsync_len; in gx1_set_mode()
169 val = (hsyncstart - 1) | ((hsyncend - 1) << 16); in gx1_set_mode()
Dlxfb_ops.c353 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local
470 hsyncstart = hblankstart + info->var.right_margin; in lx_set_mode()
471 hsyncend = hsyncstart + info->var.hsync_len; in lx_set_mode()
486 (hsyncstart - 1) | ((hsyncend - 1) << 16)); in lx_set_mode()
/linux-4.1.27/Documentation/EDID/
DHOWTO.txt37 HTimings: hdisp hsyncstart hsyncend htotal
43 #define XOFFSET hsyncstart-hdisp
44 #define XPULSE hsyncend-hsyncstart
/linux-4.1.27/drivers/gpu/drm/cirrus/
Dcirrus_mode.c200 int hsyncstart, hsyncend, htotal, hdispend; in cirrus_crtc_mode_set() local
207 hsyncstart = mode->hsync_start / 8; in cirrus_crtc_mode_set()
218 hsyncstart += 1; in cirrus_crtc_mode_set()
224 WREG_CRT(VGA_CRTC_H_SYNC_START, hsyncstart); in cirrus_crtc_mode_set()
/linux-4.1.27/drivers/video/fbdev/
Dcirrusfb.c666 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local
699 hsyncstart = var->xres + var->right_margin; in cirrusfb_set_par_foo()
700 hsyncend = hsyncstart + var->hsync_len; in cirrusfb_set_par_foo()
703 hsyncstart = hsyncstart / 8; in cirrusfb_set_par_foo()
737 hsyncstart /= 2; in cirrusfb_set_par_foo()
744 hsyncstart += 1; in cirrusfb_set_par_foo()
765 dev_dbg(info->device, "CRT4: %d\n", hsyncstart); in cirrusfb_set_par_foo()
766 vga_wcrt(regbase, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrusfb_set_par_foo()
1223 if (hsyncstart & 256) in cirrusfb_set_par_foo()
Dtridentfb.c1011 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local
1020 hsyncstart = (var->xres + var->right_margin) / 8; in tridentfb_set_par()
1083 write3X4(par, VGA_CRTC_H_SYNC_START, hsyncstart & 0xFF); in tridentfb_set_par()
1111 tmp |= (hsyncstart >> 5) & 0x08; in tridentfb_set_par()
/linux-4.1.27/drivers/gpu/drm/mgag200/
Dmgag200_mode.c787 int hdisplay, hsyncstart, hsyncend, htotal; in mga_crtc_mode_set() local
907 hsyncstart = mode->hsync_start / 8 - 1; in mga_crtc_mode_set()
934 WREG_CRT(4, hsyncstart); in mga_crtc_mode_set()
971 ((hsyncstart & 0x100) >> 6) | in mga_crtc_mode_set()