Lines Matching defs:lower
402 u32 yres, lower, vslen, upper, ytotal;
417 dev_dbg(info->device, " left: %i, right: %i, up:%i, lower:%i\n",
485 lower = var->lower_margin;
500 ytotal = yres + lower + vslen + upper;
533 par->crtc[VGA_CRTC_V_BLANK_START] = yres + lower - 1;
534 par->crtc[VGA_CRTC_V_SYNC_START] = yres + lower - 1;
535 if ((yres + lower - 1) & 0x100)
537 if ((yres + lower - 1) & 0x200) {
544 ((yres + lower - 1 + vslen) & 0x0F) & ~0x10;
546 par->crtc[VGA_CRTC_V_BLANK_END] = (yres + lower - 1 + vslen) & 0xFF;
636 par->ext_vert_sync_start = (yres + lower) >> 8;
637 par->ext_vert_blank_start = (yres + lower) >> 8;