Home
last modified time | relevance | path

Searched refs:hsyncend (Results 1 – 9 of 9) 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
132 hsyncend = hsyncstart + info->var.hsync_len; in gx_set_mode()
133 hblankend = hsyncend + info->var.left_margin; in gx_set_mode()
148 ((hsyncend - 1) << 16)); in gx_set_mode()
H A Ddisplay_gx1.c81 int hactive, hblankstart, hsyncstart, hsyncend, hblankend, htotal; in gx1_set_mode() local
150 hsyncend = hsyncstart + info->var.hsync_len; in gx1_set_mode()
151 hblankend = hsyncend + info->var.left_margin; 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
467 hsyncend = hsyncstart + info->var.hsync_len; in lx_set_mode()
468 hblankend = hsyncend + info->var.left_margin; 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
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
207 hsyncend = mode->hsync_end / 8; in cirrus_mode_set()
220 hsyncend += 1; in cirrus_mode_set()
226 wreg_crt(cirrus, VGA_CRTC_H_SYNC_END, hsyncend); 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
211 hsyncend = mode->hsync_end / 8 - 1; in mgag200_set_mode_regs()
255 WREG_CRT(5, ((htotal & 0x20) << 2) | (hsyncend & 0x1F)); 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
701 hsyncend = hsyncstart + var->hsync_len; in cirrusfb_set_par_foo()
702 htotal = (hsyncend + var->left_margin) / 8; in cirrusfb_set_par_foo()
705 hsyncend = hsyncend / 8; in cirrusfb_set_par_foo()
739 hsyncend /= 2; in cirrusfb_set_par_foo()
746 hsyncend += 1; in cirrusfb_set_par_foo()
769 tmp = hsyncend % 32; in cirrusfb_set_par_foo()
H A Dtdfxfb.c548 u32 hsyncend = hsyncsta + info->var.hsync_len; in tdfxfb_set_par() local
549 u32 htotal = hsyncend + info->var.left_margin; in tdfxfb_set_par()
575 hsyncend >>= 1; in tdfxfb_set_par()
582 he = (hsyncend >> 3) - 1; in tdfxfb_set_par()
H A Dtridentfb.c1135 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local
1145 hsyncend = (var->xres + var->right_margin + var->hsync_len) / 8; in tridentfb_set_par()
1209 (hsyncend & 0x1F) | ((hblankend & 0x20) << 2)); in tridentfb_set_par()