Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-risc.c339 int vdelay; in bttv_calc_geo_old() local
351 vdelay = tvnorm->vdelay; in bttv_calc_geo_old()
361 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old()
363 geo->vdelay = vdelay; in bttv_calc_geo_old()
412 geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY; in bttv_calc_geo()
422 ((geo->vdelay >> 2) & 0xc0)); in bttv_calc_geo()
451 btwrite(geo->vdelay & 0xff, BT848_E_VDELAY_LO+off); in bttv_apply_geo()
608 unsigned int crop, vdelay; in bttv_buffer_activate_vbi() local
615 vdelay = btread(BT848_E_VDELAY_LO) + ((crop & 0xc0) << 2); in bttv_buffer_activate_vbi()
617 if (vbi->geo.vdelay > vdelay) { in bttv_buffer_activate_vbi()
[all …]
Dbttvp.h98 u16 vdelay; member
155 u16 sheight,vscale,vdelay,vtotal; member
Dbttv-driver.c252 vdelay, sheight, videostart0) \ argument
256 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
259 .cropcap.bounds.height = (sheight) + (vdelay) - MIN_VDELAY, \
284 .vdelay = 0x20,
318 .vdelay = 0x1a,
344 .vdelay = 0x20,
369 .vdelay = 0x1a,
394 .vdelay = 0x1a,
419 .vdelay = 0x20,
444 .vdelay = 0x16,
[all …]
Dbttv-vbi.c191 buf->geo.vdelay = min_vdelay; in vbi_buffer_prepare()
/linux-2.6.39/drivers/media/video/
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()
Dtw9910.c224 u16 vdelay; member
/linux-2.6.39/arch/blackfin/include/asm/
Dbfin_ppi.h39 __BFP(vdelay);
/linux-2.6.39/drivers/video/
Dsh_mobile_hdmi.c294 u16 htotal, hblank, hdelay, vtotal, vblank, vdelay, voffset; in sh_hdmi_external_video_param() local
308 vdelay = var->vsync_len + var->upper_margin; in sh_hdmi_external_video_param()
309 vblank = var->lower_margin + vdelay; in sh_hdmi_external_video_param()
325 vtotal, vblank, vdelay, var->vsync_len, sync); in sh_hdmi_external_video_param()
346 hdmi_write(hdmi, vdelay, HDMI_EXTERNAL_V_DELAY); in sh_hdmi_external_video_param()