Searched refs:vdelay (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/drivers/media/video/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 | 95 u16 vdelay; member 152 u16 sheight,vscale,vdelay,vtotal; member
|
D | bttv-driver.c | 256 vdelay, sheight, videostart0) \ argument 260 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \ 263 .cropcap.bounds.height = (sheight) + (vdelay) - MIN_VDELAY, \ 288 .vdelay = 0x20, 322 .vdelay = 0x1a, 348 .vdelay = 0x20, 373 .vdelay = 0x1a, 398 .vdelay = 0x1a, 423 .vdelay = 0x20, 448 .vdelay = 0x16, [all …]
|
D | bttv-vbi.c | 196 buf->geo.vdelay = min_vdelay; in vbi_buffer_prepare()
|
/linux-3.4.99/drivers/media/video/ |
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()
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | bfin_ppi.h | 39 __BFP(vdelay);
|
/linux-3.4.99/drivers/video/ |
D | sh_mobile_hdmi.c | 295 u16 htotal, hblank, hdelay, vtotal, vblank, vdelay, voffset; in sh_hdmi_external_video_param() local 309 vdelay = mode->vsync_len + mode->upper_margin; in sh_hdmi_external_video_param() 310 vblank = mode->lower_margin + vdelay; in sh_hdmi_external_video_param() 326 vtotal, vblank, vdelay, mode->vsync_len, sync); in sh_hdmi_external_video_param() 347 hdmi_write(hdmi, vdelay, HDMI_EXTERNAL_V_DELAY); in sh_hdmi_external_video_param()
|
/linux-3.4.99/drivers/media/video/blackfin/ |
D | ppi.c | 210 bfin_write16(®->vdelay, 0); in ppi_set_params()
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | debug-mmrs.c | 253 __EPPI(VDELAY, vdelay); in bfin_debug_mmrs_eppi()
|