Searched refs:v_total (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_g450.c | 230 unsigned int v_total; member 333 if (vtotal < outd->v_total) { in computeRegs() 334 unsigned int yovr = outd->v_total - vtotal; in computeRegs() 337 } else if (vtotal > outd->v_total) { in computeRegs() 338 vdisplay = outd->v_total - 4; in computeRegs() 339 vsyncend = outd->v_total; in computeRegs() 341 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */ in computeRegs() 342 r->regs[0x17] = outd->v_total / 4; in computeRegs() 343 r->regs[0x18] = outd->v_total & 3; in computeRegs() 349 mt->VSyncStart = outd->v_total - 2; in computeRegs() [all …]
|
/linux-2.4.37.9/drivers/video/ |
D | retz3fb.c | 92 long v_total; /* Vertical Total */ member 451 data.v_total = yres + vfront + vsync + vback - 1; in retz3_set_video() 456 data.v_bstop = data.v_total; in retz3_set_video() 476 printk("VT: %i\n", data.v_total); in retz3_set_video() 483 if (data.v_total >= 1024) in retz3_set_video() 576 DEBUG printk("CRT_VER_TOTAL: %ld\n", data.v_total & 0xff); in retz3_set_video() 577 crt_w(regs, CRT_VER_TOTAL, (data.v_total & 0xff)); in retz3_set_video() 580 if (data.v_total & 256) in retz3_set_video() 588 if (data.v_total & 512) in retz3_set_video() 681 if (data.v_total & 0x400) in retz3_set_video()
|
D | aty128fb.c | 265 u32 v_total, v_sync_strt_wid; member 797 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc() 815 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local 878 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc() 881 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) { in aty128_var_to_crtc() 910 crtc->v_total = v_total | (v_disp << 16); in aty128_var_to_crtc() 1013 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local 1023 v_total = crtc->v_total & 0x7ff; in aty128_crtc_to_var() 1024 v_disp = (crtc->v_total >> 16) & 0x7ff; in aty128_crtc_to_var() 1037 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var() [all …]
|
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb_base.c | 577 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local 634 v_total = v_sync_strt+v_sync_wid+upper; in aty_var_to_crtc() 635 if (v_total > 0x7ff) in aty_var_to_crtc() 645 v_total <<= 1; in aty_var_to_crtc() 725 crtc->v_tot_disp = v_total | (v_disp<<16); in aty_var_to_crtc() 794 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local 806 v_total = crtc->v_tot_disp & 0x7ff; in aty_crtc_to_var() 822 upper = v_total-v_sync_strt-v_sync_wid; in aty_crtc_to_var() 2621 u32 v_total, h_total; in atyfb_init() local 2639 v_total = var->yres + var->lower_margin + in atyfb_init()
|