Lines Matching defs:lower
401 u32 yres, lower, vslen, upper, ytotal;
416 dev_dbg(info->device, " left: %i, right: %i, up:%i, lower:%i\n",
484 lower = var->lower_margin;
499 ytotal = yres + lower + vslen + upper;
532 par->crtc[VGA_CRTC_V_BLANK_START] = yres + lower - 1;
533 par->crtc[VGA_CRTC_V_SYNC_START] = yres + lower - 1;
534 if ((yres + lower - 1) & 0x100)
536 if ((yres + lower - 1) & 0x200) {
543 ((yres + lower - 1 + vslen) & 0x0F) & ~0x10;
545 par->crtc[VGA_CRTC_V_BLANK_END] = (yres + lower - 1 + vslen) & 0xFF;
635 par->ext_vert_sync_start = (yres + lower) >> 8;
636 par->ext_vert_blank_start = (yres + lower) >> 8;