Searched refs:v_total (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_g450.c227 unsigned int v_total; member in struct:output_desc
330 if (vtotal < outd->v_total) {
331 unsigned int yovr = outd->v_total - vtotal;
334 } else if (vtotal > outd->v_total) {
335 vdisplay = outd->v_total - 4;
336 vsyncend = outd->v_total;
338 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */
339 r->regs[0x17] = outd->v_total / 4;
340 r->regs[0x18] = outd->v_total & 3;
346 mt->VSyncStart = outd->v_total
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnvidia.c321 int v_total = (info->var.yres + info->var.lower_margin + local
324 int v_blank_e = v_total + 1;
331 v_total |= 1;
334 v_start = v_total - 3;
335 v_end = v_total - 2;
350 state->crtc[0x6] = SetBitField(v_total, 7: 0, 7:0);
351 state->crtc[0x7] = SetBitField(v_total, 8: 8, 0:0)
356 | SetBitField(v_total, 9: 9, 5:5)
379 | SetBitField(v_total, 10: 10, 0:0);
386 state->extra = SetBitField(v_total, 1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Daty128fb.c380 u32 v_total, v_sync_strt_wid; member in struct:aty128_crtc
986 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);
1003 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1065 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL;
1067 /* check to make sure h_total and v_total are in range */
1068 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
1097 crtc->v_total = v_total | (v_disp << 16);
1192 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1202 v_total
[all...]
H A Datyfb_base.c762 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; local
839 v_total = v_sync_end + var->upper_margin;
913 v_total = v_disp + par->lcd_vblank_len / VScan;
934 v_total <<= 1;
946 v_total--;
954 FAIL_MAX("v_total too large", v_total, 0x7ff);
970 crtc->v_tot_disp = v_total | (v_disp<<16);
1100 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1111 v_total
1288 u32 v_disp, v_sync_strt, v_sync_end, v_total; local
3009 u32 v_total, h_total; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsm501fb.c95 static inline int v_total(struct fb_var_screeninfo *var) function
248 if (h_total(var) > 4096 || v_total(var) > 2048)
487 reg = (v_total(var) - 1) << 16;

Completed in 86 milliseconds