vdispend 179 drivers/gpu/drm/cirrus/cirrus.c int vtotal, vdispend; vdispend 189 drivers/gpu/drm/cirrus/cirrus.c vdispend = mode->vdisplay; vdispend 191 drivers/gpu/drm/cirrus/cirrus.c vdispend -= 1; vdispend 205 drivers/gpu/drm/cirrus/cirrus.c wreg_crt(cirrus, VGA_CRTC_V_DISP_END, vdispend & 0xff); vdispend 208 drivers/gpu/drm/cirrus/cirrus.c if ((vdispend + 1) & 512) vdispend 218 drivers/gpu/drm/cirrus/cirrus.c if (vdispend & 0x100) vdispend 220 drivers/gpu/drm/cirrus/cirrus.c if ((vdispend + 1) & 0x100) vdispend 224 drivers/gpu/drm/cirrus/cirrus.c if (vdispend & 0x200) vdispend 667 drivers/video/fbdev/cirrusfb.c int yres, vdispend, vsyncstart, vsyncend, vtotal; vdispend 706 drivers/video/fbdev/cirrusfb.c vdispend = var->yres; vdispend 707 drivers/video/fbdev/cirrusfb.c vsyncstart = vdispend + var->lower_margin; vdispend 712 drivers/video/fbdev/cirrusfb.c vdispend *= 2; vdispend 717 drivers/video/fbdev/cirrusfb.c vdispend = (vdispend + 1) / 2; vdispend 722 drivers/video/fbdev/cirrusfb.c yres = vdispend; vdispend 727 drivers/video/fbdev/cirrusfb.c vdispend /= 2; vdispend 730 drivers/video/fbdev/cirrusfb.c vdispend -= 1; vdispend 780 drivers/video/fbdev/cirrusfb.c if (vdispend & 256) vdispend 784 drivers/video/fbdev/cirrusfb.c if ((vdispend + 1) & 256) vdispend 788 drivers/video/fbdev/cirrusfb.c if (vdispend & 512) vdispend 796 drivers/video/fbdev/cirrusfb.c if ((vdispend + 1) & 512) vdispend 809 drivers/video/fbdev/cirrusfb.c dev_dbg(info->device, "CRT12: %d\n", vdispend & 0xff); vdispend 810 drivers/video/fbdev/cirrusfb.c vga_wcrt(regbase, VGA_CRTC_V_DISP_END, vdispend & 0xff); vdispend 812 drivers/video/fbdev/cirrusfb.c dev_dbg(info->device, "CRT15: %d\n", (vdispend + 1) & 0xff); vdispend 813 drivers/video/fbdev/cirrusfb.c vga_wcrt(regbase, VGA_CRTC_V_BLANK_START, (vdispend + 1) & 0xff); vdispend 1227 drivers/video/fbdev/cirrusfb.c if (vdispend & 1024) vdispend 1137 drivers/video/fbdev/tridentfb.c u32 vtotal, vdispend, vsyncstart, vsyncend, vblankstart, vblankend; vdispend 1152 drivers/video/fbdev/tridentfb.c vdispend = var->yres - 1; vdispend 1156 drivers/video/fbdev/tridentfb.c vblankstart = vdispend + 1; vdispend 1161 drivers/video/fbdev/tridentfb.c vdispend /= 2; vdispend 1199 drivers/video/fbdev/tridentfb.c write3X4(par, VGA_CRTC_V_DISP_END, vdispend & 0xFF); vdispend 1217 drivers/video/fbdev/tridentfb.c if (vdispend & 0x100) tmp |= 0x02; vdispend 1222 drivers/video/fbdev/tridentfb.c if (vdispend & 0x200) tmp |= 0x40; vdispend 1231 drivers/video/fbdev/tridentfb.c if (vdispend & 0x400) tmp |= 0x10;