Home
last modified time | relevance | path

Searched refs:vdelay (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-risc.c343 int vdelay; in bttv_calc_geo_old() local
355 vdelay = tvnorm->vdelay; in bttv_calc_geo_old()
365 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old()
367 geo->vdelay = vdelay; in bttv_calc_geo_old()
416 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY; in bttv_calc_geo()
426 ((geo->vdelay >> 2) & 0xc0)); in bttv_calc_geo()
455 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
611 unsigned int crop, vdelay; in bttv_buffer_activate_vbi() local
618 vdelay = btread(BT848_E_VDELAY_LO) + ((crop & 0xc0) << 2); in bttv_buffer_activate_vbi()
620 if (vbi->geo.vdelay > vdelay) { in bttv_buffer_activate_vbi()
[all …]
Dbttvp.h98 u16 vdelay; member
154 u16 sheight,vscale,vdelay,vtotal; member
Dbttv-driver.c268 vdelay, sheight, extraheight, videostart0) \ argument
272 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
275 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
301 .vdelay = 0x20,
335 .vdelay = 0x1a,
362 .vdelay = 0x20,
388 .vdelay = 0x1a,
414 .vdelay = 0x1a,
440 .vdelay = 0x20,
466 .vdelay = 0x16,
[all …]
Dbttv-vbi.c196 buf->geo.vdelay = min_vdelay; in vbi_buffer_prepare()
/Linux-v4.19/drivers/media/i2c/
Dbt819.c73 int vdelay; member
187 (((timing->vdelay >> 8) & 0x03) << 6) | in bt819_init()
191 init[0x04 * 2 - 1] = timing->vdelay & 0xff; in bt819_init()
278 (((timing->vdelay >> 8) & 0x03) << 6) | in bt819_s_std()
282 bt819_write(decoder, 0x04, timing->vdelay & 0xff); in bt819_s_std()
Dtw9910.c518 unsigned int vdelay; in tw9910_s_std() local
527 vdelay = 18; in tw9910_s_std()
531 vdelay = 24; in tw9910_s_std()
536 ((vdelay >> 2) & 0xc0) | in tw9910_s_std()
542 vdelay & 0xff); in tw9910_s_std()
/Linux-v4.19/drivers/media/i2c/soc_camera/
Dtw9910.c516 unsigned vdelay; in tw9910_s_std() local
525 vdelay = 18; in tw9910_s_std()
529 vdelay = 24; in tw9910_s_std()
534 ((vdelay >> 2) & 0xc0) | in tw9910_s_std()
540 vdelay & 0xff); in tw9910_s_std()
/Linux-v4.19/drivers/media/pci/tw68/
Dtw68-video.c275 int vactive, vdelay, vscale; in tw68_set_scale() local
302 vdelay = norm->v_delay; in tw68_set_scale()
313 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale()
315 comb = ((vdelay & 0x300) >> 2) | in tw68_set_scale()
320 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale()
322 tw_writeb(TW68_VDELAY_LO, vdelay & 0xff); in tw68_set_scale()