| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | vidmode.c | 261 rep.hsyncend = VidModeGetModeValue(mode, VIDMODE_H_SYNCEND); in ProcVidModeGetModeLine() 273 rep.hdisplay, rep.hsyncstart, rep.hsyncend, rep.htotal); in ProcVidModeGetModeLine() 291 swaps(&rep.hsyncend); in ProcVidModeGetModeLine() 309 .hsyncend = rep.hsyncend, in ProcVidModeGetModeLine() 380 .hsyncend = VidModeGetModeValue(mode, VIDMODE_H_SYNCEND), in ProcVidModeGetAllModeLines() 394 swaps(&mdinf.hsyncend); in ProcVidModeGetAllModeLines() 409 .hsyncend = mdinf.hsyncend, in ProcVidModeGetAllModeLines() 432 && VidModeGetModeValue(mode, VIDMODE_H_SYNCEND) == stuff->hsyncend \ 479 stuff->hsyncend = oldstuff->hsyncend; in ProcVidModeAddModeLine() 504 stuff->hsyncend, stuff->htotal); in ProcVidModeAddModeLine() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/geode/ |
| H A D | display_gx.c | 61 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 D | display_gx1.c | 81 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 D | lxfb_ops.c | 349 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/ |
| H A D | cirrus.c | 186 int hsyncstart, hsyncend, htotal, hdispend; in cirrus_mode_set() local 195 hsyncend = mode->hsync_end / 8; in cirrus_mode_set() 208 hsyncend += 1; in cirrus_mode_set() 214 wreg_crt(cirrus, VGA_CRTC_H_SYNC_END, hsyncend); in cirrus_mode_set()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | edid.rst | 46 hdisp hsyncstart hsyncend htotal 55 #define XPULSE hsyncend-hsyncstart
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 665 int hdispend, hsyncstart, hsyncend, htotal; in cirrusfb_set_par_foo() local 699 hsyncend = hsyncstart + var->hsync_len; in cirrusfb_set_par_foo() 700 htotal = (hsyncend + var->left_margin) / 8; in cirrusfb_set_par_foo() 703 hsyncend = hsyncend / 8; in cirrusfb_set_par_foo() 737 hsyncend /= 2; in cirrusfb_set_par_foo() 744 hsyncend += 1; in cirrusfb_set_par_foo() 767 tmp = hsyncend % 32; in cirrusfb_set_par_foo()
|
| H A D | tdfxfb.c | 549 u32 hsyncend = hsyncsta + info->var.hsync_len; in tdfxfb_set_par() local 550 u32 htotal = hsyncend + info->var.left_margin; in tdfxfb_set_par() 576 hsyncend >>= 1; in tdfxfb_set_par() 583 he = (hsyncend >> 3) - 1; in tdfxfb_set_par()
|
| H A D | tridentfb.c | 1136 u32 htotal, hdispend, hsyncstart, hsyncend, hblankstart, hblankend; in tridentfb_set_par() local 1146 hsyncend = (var->xres + var->right_margin + var->hsync_len) / 8; in tridentfb_set_par() 1210 (hsyncend & 0x1F) | ((hblankend & 0x20) << 2)); in tridentfb_set_par()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_mode.c | 1071 unsigned int hdisplay, hsyncstart, hsyncend, htotal; in mgag200_set_mode_regs() local 1077 hsyncend = mode->hsync_end / 8 - 1; in mgag200_set_mode_regs() 1121 WREG_CRT(5, ((htotal & 0x20) << 2) | (hsyncend & 0x1F)); in mgag200_set_mode_regs()
|