Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx.c61 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx_set_mode() local
131 hsyncstart = hblankstart + info->var.right_margin; in gx_set_mode()
132 hsyncend = hsyncstart + info->var.hsync_len; in gx_set_mode()
147 write_dc(par, DC_H_SYNC_TIMING, (hsyncstart - 1) | in gx_set_mode()
H A Ddisplay_gx1.c81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
149 hsyncstart = hblankstart + info->var.right_margin; in gx1_set_mode()
150 hsyncend = hsyncstart + info->var.hsync_len; in gx1_set_mode()
165 val = (hsyncstart - 1) | ((hsyncend - 1) << 16); in gx1_set_mode()
H A Dlxfb_ops.c349 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in lx_set_mode() local
466 hsyncstart = hblankstart + info->var.right_margin; in lx_set_mode()
467 hsyncend = hsyncstart + info->var.hsync_len; in lx_set_mode()
482 (hsyncstart - 1) | ((hsyncend - 1) << 16)); in lx_set_mode()
/openbmc/linux/Documentation/admin-guide/
H A Dedid.rst46 hdisp hsyncstart hsyncend htotal
54 #define XOFFSET hsyncstart-hdisp
55 #define XPULSE hsyncend-hsyncstart
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c202 int hsyncstart, hsyncend, htotal, hdispend; in cirrus_mode_set() local
208 hsyncstart = mode->hsync_start / 8; in cirrus_mode_set()
219 hsyncstart += 1; in cirrus_mode_set()
225 wreg_crt(cirrus, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrus_mode_set()
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c205 unsigned int hdisplay, hsyncstart, hsyncend, htotal; in mgag200_set_mode_regs() local
210 hsyncstart = mode->hsync_start / 8 - 1; in mgag200_set_mode_regs()
237 ((hsyncstart & 0x100) >> 6) | in mgag200_set_mode_regs()
254 WREG_CRT(4, hsyncstart); in mgag200_set_mode_regs()
/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c667 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local
700 hsyncstart = var->xres + var->right_margin; in cirrusfb_set_par_foo()
701 hsyncend = hsyncstart + var->hsync_len; in cirrusfb_set_par_foo()
704 hsyncstart = hsyncstart / 8; in cirrusfb_set_par_foo()
738 hsyncstart /= 2; in cirrusfb_set_par_foo()
745 hsyncstart += 1; in cirrusfb_set_par_foo()
766 dev_dbg(info->device, "CRT4: %d\n", hsyncstart); in cirrusfb_set_par_foo()
767 vga_wcrt(regbase, VGA_CRTC_H_SYNC_START, hsyncstart); in cirrusfb_set_par_foo()
1224 if (hsyncstart & 256) in cirrusfb_set_par_foo()
H A Dtridentfb.c1135 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local
1144 hsyncstart = (var->xres + var->right_margin) / 8; in tridentfb_set_par()
1207 write3X4(par, VGA_CRTC_H_SYNC_START, hsyncstart & 0xFF); in tridentfb_set_par()
1235 tmp |= (hsyncstart >> 5) & 0x08; in tridentfb_set_par()