vOver_plus       1698 drivers/video/fbdev/aty/radeon_base.c 		vSyncStart = mode->yres + rinfo->panel_info.vOver_plus;
vOver_plus       1936 drivers/video/fbdev/aty/radeon_base.c 		newmode->fp_v_sync_strt_wid = ((rinfo->panel_info.vOver_plus & 0xfff) |
vOver_plus        223 drivers/video/fbdev/aty/radeon_monitor.c 			rinfo->panel_info.vOver_plus = (BIOS_IN16(tmp0+28) & 0x7ff) - BIOS_IN16(tmp0+26);
vOver_plus        239 drivers/video/fbdev/aty/radeon_monitor.c 			pr_debug("  vOver_plus: %d\n", rinfo->panel_info.vOver_plus);
vOver_plus        697 drivers/video/fbdev/aty/radeon_monitor.c 	rinfo->panel_info.vOver_plus = var->lower_margin;
vOver_plus        813 drivers/video/fbdev/aty/radeon_monitor.c 		var->upper_margin = (rinfo->panel_info.vblank - rinfo->panel_info.vOver_plus
vOver_plus        815 drivers/video/fbdev/aty/radeon_monitor.c 		var->lower_margin = rinfo->panel_info.vOver_plus;
vOver_plus        260 drivers/video/fbdev/aty/radeonfb.h 	int vOver_plus, vSync_width, vblank;