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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_g450.c233 unsigned int v_total; member in struct:output_desc
338 if (vtotal < outd->v_total) {
339 unsigned int yovr = outd->v_total - vtotal;
342 } else if (vtotal > outd->v_total) {
343 vdisplay = outd->v_total - 4;
344 vsyncend = outd->v_total;
346 upper = (outd->v_total - vsyncend) >> 1; /* in field lines */
347 r->regs[0x17] = outd->v_total / 4;
348 r->regs[0x18] = outd->v_total & 3;
354 mt->VSyncStart = outd->v_total
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c408 unsigned int h_total, v_total, f_total; local
426 v_total = const_ptr->ver_total;
472 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(NTSC_TV_LINES_PER_FRAME);
474 v_offset = ((int)(v_total * h_total) * 2 * tv_dac->v_pos) / (int)(PAL_TV_LINES_PER_FRAME);
483 tv_dac->tv.vrestart = restart % v_total;
484 restart /= v_total;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnvidia.c322 int v_total = (info->var.yres + info->var.lower_margin + local
325 int v_blank_e = v_total + 1;
332 v_total |= 1;
335 v_start = v_total - 3;
336 v_end = v_total - 2;
351 state->crtc[0x6] = SetBitField(v_total, 7: 0, 7:0);
352 state->crtc[0x7] = SetBitField(v_total, 8: 8, 0:0)
357 | SetBitField(v_total, 9: 9, 5:5)
380 | SetBitField(v_total, 10: 10, 0:0);
387 state->extra = SetBitField(v_total, 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Daty128fb.c379 u32 v_total, v_sync_strt_wid; member in struct:aty128_crtc
985 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);
1002 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1064 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL;
1066 /* check to make sure h_total and v_total are in range */
1067 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
1096 crtc->v_total = v_total | (v_disp << 16);
1191 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1201 v_total
[all...]
H A Datyfb_base.c793 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; local
871 v_total = v_sync_end + var->upper_margin;
949 v_total = v_disp + par->lcd_vblank_len / VScan;
970 v_total <<= 1;
982 v_total--;
990 FAIL_MAX("v_total too large", v_total, 0x7ff);
1009 crtc->v_tot_disp = v_total | (v_disp << 16);
1146 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; local
1157 v_total
1339 u32 v_disp, v_sync_strt, v_sync_end, v_total; local
3065 u32 v_total, h_total; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mb862xx/
H A Dmb862xxfb.c50 static inline int v_total(struct fb_var_screeninfo *var) function
127 if (h_total(var) > 4096 || v_total(var) > 4096)
261 outreg(disp, GC_VTR, pack(v_total(&fbi->var) - 1, 0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsm501fb.c105 static inline int v_total(struct fb_var_screeninfo *var) function
297 if (h_total(var) > 4096 || v_total(var) > 2048)
541 reg = (v_total(var) - 1) << 16;

Completed in 170 milliseconds