Searched refs:vdelay (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c242 int vdelay; local
254 vdelay = tvnorm->vdelay;
264 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0);
266 geo->vdelay = vdelay;
315 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY;
325 ((geo->vdelay >> 2) & 0xc0));
354 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off);
548 buf->geo.vdelay
568 unsigned int crop, vdelay; local
[all...]
H A Dbttvp.h85 u16 vdelay; member in struct:bttv_tvnorm
140 u16 sheight,vscale,vdelay,vtotal; member in struct:bttv_geometry
H A Dbttv-driver.c249 vdelay start of active video in 2 * field lines relative to
254 to vdelay in the first field. */
256 vdelay, sheight, extraheight, videostart0) \
260 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
263 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
289 .vdelay = 0x20,
304 /* vdelay */ 0x20,
323 .vdelay = 0x1a,
333 /* vdelay */ 0x1a,
350 .vdelay
[all...]
/linux-master/drivers/media/i2c/
H A Dbt819.c64 int vdelay; member in struct:timing
178 (((timing->vdelay >> 8) & 0x03) << 6) |
182 init[0x04 * 2 - 1] = timing->vdelay & 0xff;
269 (((timing->vdelay >> 8) & 0x03) << 6) |
273 bt819_write(decoder, 0x04, timing->vdelay & 0xff);
H A Dtw9910.c518 unsigned int vdelay; local
527 vdelay = 18;
531 vdelay = 24;
536 ((vdelay >> 2) & 0xc0) |
542 vdelay & 0xff);
/linux-master/drivers/media/pci/tw68/
H A Dtw68-video.c256 int vactive, vdelay, vscale; local
283 vdelay = norm->v_delay;
292 pr_debug("%s: hactive=%d, hdelay=%d, hscale=%d; vactive=%d, vdelay=%d, vscale=%d\n",
294 hactive, hdelay, hscale, vactive, vdelay, vscale);
296 comb = ((vdelay & 0x300) >> 2) |
301 __func__, comb, vdelay, vactive, hdelay, hactive);
303 tw_writeb(TW68_VDELAY_LO, vdelay & 0xff);

Completed in 240 milliseconds