Home
last modified time | relevance | path

Searched refs:vbs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/nvidia/
H A Dnv_hw.c245 int nvclks, mclks, pclks, vpagemiss, crtpagemiss, vbs; in nv4CalcArbitration() local
286 vbs = 0; in nv4CalcArbitration()
312 vbs = 128; in nv4CalcArbitration()
314 vbs = 64; in nv4CalcArbitration()
316 vbs = 32; in nv4CalcArbitration()
319 vbs * 1000 * 1000 / 16 / nvclk_freq; in nv4CalcArbitration()
322 vbs * 1000 * 1000 / (8 * width) / in nv4CalcArbitration()
376 fifo->video_burst_size = vbs; in nv4CalcArbitration()
/linux/drivers/video/fbdev/
H A Dtdfxfb.c551 u32 vd, vs, ve, vt, vbs, vbe; in tdfxfb_set_par() local
603 vbs = vd; in tdfxfb_set_par()
652 ((vbs & 0x100) >> 5) | in tdfxfb_set_par()
656 reg.crt[0x09] |= 0x40 | ((vbs & 0x200) >> 4); in tdfxfb_set_par()
661 reg.crt[0x15] = vbs; in tdfxfb_set_par()
675 ((vbs & 0x400) >> 6) | in tdfxfb_set_par()
H A Dcg14.c114 u16 vbs; /* Vert Blank Start */ member
/linux/drivers/gpu/drm/tegra/
H A Dsor.c1291 unsigned int vbe, vse, hbe, hse, vbs, hbs; in tegra_sor_mode_set() local
1365 vbs = vbe + mode->vdisplay; in tegra_sor_mode_set()
1368 value = ((vbs & 0x7fff) << 16) | (hbs & 0x7fff); in tegra_sor_mode_set()