Searched refs:vdelay (Results 1 – 8 of 8) sorted by relevance
/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 341 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 …]
|
D | bttvp.h | 97 u16 vdelay; member 154 u16 sheight,vscale,vdelay,vtotal; member
|
D | bttv-driver.c | 270 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 …]
|
D | bttv-vbi.c | 196 buf->geo.vdelay = min_vdelay; in vbi_buffer_prepare()
|
/drivers/media/i2c/ |
D | bt819.c | 79 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/ |
D | ppi.c | 247 bfin_write16(®->vdelay, params->vdelay); in ppi_set_params() 264 bfin_write32(®->vdly, params->vdelay); in ppi_set_params()
|
D | bfin_capture.c | 391 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/ |
D | sh_mobile_hdmi.c | 405 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()
|