Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c242 int vdelay; in bttv_calc_geo_old() local
254 vdelay = tvnorm->vdelay; in bttv_calc_geo_old()
264 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old()
266 geo->vdelay = vdelay; in bttv_calc_geo_old()
315 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY; in bttv_calc_geo()
325 ((geo->vdelay >> 2) & 0xc0)); in bttv_calc_geo()
354 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
548 buf->geo.vdelay = min_vdelay; in bttv_buffer_risc_vbi()
568 unsigned int crop, vdelay; in bttv_buffer_activate_vbi() local
574 vdelay = btread(BT848_E_VDELAY_LO) + ((crop & 0xc0) << 2); in bttv_buffer_activate_vbi()
[all …]
H A Dbttvp.h85 u16 vdelay; member
140 u16 sheight,vscale,vdelay,vtotal; member
H A Dbttv-driver.c256 vdelay, sheight, extraheight, videostart0) \ argument
260 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
263 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
289 .vdelay = 0x20,
323 .vdelay = 0x1a,
350 .vdelay = 0x20,
376 .vdelay = 0x1a,
402 .vdelay = 0x1a,
428 .vdelay = 0x20,
454 .vdelay = 0x16,
[all …]
/linux/drivers/media/i2c/
H A Dbt819.c64 int vdelay; member
178 (((timing->vdelay >> 8) & 0x03) << 6) | in bt819_init()
182 init[0x04 * 2 - 1] = timing->vdelay & 0xff; in bt819_init()
269 (((timing->vdelay >> 8) & 0x03) << 6) | in bt819_s_std()
273 bt819_write(decoder, 0x04, timing->vdelay & 0xff); in bt819_s_std()
H A Dtw9910.c513 unsigned int vdelay; in tw9910_s_std() local
522 vdelay = 18; in tw9910_s_std()
526 vdelay = 24; in tw9910_s_std()
531 ((vdelay >> 2) & 0xc0) | in tw9910_s_std()
537 vdelay & 0xff); in tw9910_s_std()
/linux/drivers/media/pci/tw68/
H A Dtw68-video.c256 int vactive, vdelay, vscale; in tw68_set_scale() local
283 vdelay = norm->v_delay; in tw68_set_scale()
294 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale()
296 comb = ((vdelay & 0x300) >> 2) | in tw68_set_scale()
301 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale()
303 tw_writeb(TW68_VDELAY_LO, vdelay & 0xff); in tw68_set_scale()