Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbttv-risc.c341 int vdelay; in bttv_calc_geo_old() local
353 vdelay = tvnorm->vdelay; in bttv_calc_geo_old()
363 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old()
365 geo->vdelay = vdelay; in bttv_calc_geo_old()
414 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY; in bttv_calc_geo()
424 ((geo->vdelay >> 2) & 0xc0)); in bttv_calc_geo()
453 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
609 unsigned int crop, vdelay; in bttv_buffer_activate_vbi() local
616 vdelay = btread(BT848_E_VDELAY_LO) + ((crop & 0xc0) << 2); in bttv_buffer_activate_vbi()
618 if (vbi->geo.vdelay > vdelay) { in bttv_buffer_activate_vbi()
[all …]
Dbttvp.h97 u16 vdelay; member
154 u16 sheight,vscale,vdelay,vtotal; member
Dbttv-driver.c270 vdelay, sheight, extraheight, videostart0) \ argument
274 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
277 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
303 .vdelay = 0x20,
337 .vdelay = 0x1a,
364 .vdelay = 0x20,
390 .vdelay = 0x1a,
416 .vdelay = 0x1a,
442 .vdelay = 0x20,
468 .vdelay = 0x16,
[all …]
Dbttv-vbi.c196 buf->geo.vdelay = min_vdelay; in vbi_buffer_prepare()
/drivers/media/i2c/
Dbt819.c79 int vdelay; member
193 (((timing->vdelay >> 8) & 0x03) << 6) | in bt819_init()
197 init[0x04 * 2 - 1] = timing->vdelay & 0xff; in bt819_init()
282 (((timing->vdelay >> 8) & 0x03) << 6) | in bt819_s_std()
286 bt819_write(decoder, 0x04, timing->vdelay & 0xff); in bt819_s_std()
/drivers/media/platform/blackfin/
Dppi.c247 bfin_write16(&reg->vdelay, params->vdelay); in ppi_set_params()
264 bfin_write32(&reg->vdly, params->vdelay); in ppi_set_params()
Dbfin_capture.c391 params.vdelay = bt->vsync + bt->vbackporch; in bcap_start_streaming()
402 params.vdelay = 0; in bcap_start_streaming()
412 params.vdelay = 0; in bcap_start_streaming()
/drivers/video/
Dsh_mobile_hdmi.c405 u16 htotal, hblank, hdelay, vtotal, vblank, vdelay, voffset; in sh_hdmi_external_video_param() local
419 vdelay = mode->vsync_len + mode->upper_margin; in sh_hdmi_external_video_param()
420 vblank = mode->lower_margin + vdelay; in sh_hdmi_external_video_param()
436 vtotal, vblank, vdelay, mode->vsync_len, sync); in sh_hdmi_external_video_param()
457 hdmi_write(hdmi, vdelay, HDMI_EXTERNAL_V_DELAY); in sh_hdmi_external_video_param()