Home
last modified time | relevance | path

Searched refs:hdelay (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/media/platform/blackfin/
Dppi.c207 int hcount, hdelay, samples_per_line; in ppi_set_params() local
226 hdelay = params->hdelay * params->bpp / params->dlen; in ppi_set_params()
261 bfin_write16(&reg->hdelay, hdelay); in ppi_set_params()
278 bfin_write32(&reg->hdly, hdelay); in ppi_set_params()
Dbfin_capture.c285 params.hdelay = bt->hsync + bt->hbackporch; in bcap_start_streaming()
291 params.hdelay = 0; in bcap_start_streaming()
301 params.hdelay = 0; in bcap_start_streaming()
/linux-4.1.27/drivers/media/i2c/
Dbt819.c75 int hdelay; member
193 (((timing->hdelay >> 8) & 0x03) << 2) | in bt819_init()
197 init[0x06 * 2 - 1] = timing->hdelay & 0xff; in bt819_init()
284 (((timing->hdelay >> 8) & 0x03) << 2) | in bt819_s_std()
288 bt819_write(decoder, 0x06, timing->hdelay & 0xff); in bt819_s_std()
/linux-4.1.27/drivers/media/pci/tw68/
Dtw68-video.c274 int hactive, hdelay, hscale; in tw68_set_scale() local
291 hdelay = norm->h_delay0; in tw68_set_scale()
294 hdelay = norm->h_delay; in tw68_set_scale()
298 hdelay += norm->h_start; in tw68_set_scale()
314 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale()
318 ((hdelay & 0x300) >> 6) | in tw68_set_scale()
322 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale()
326 tw_writeb(TW68_HDELAY_LO, hdelay & 0xff); in tw68_set_scale()
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-risc.c357 geo->hdelay = tvnorm->hdelayx1; in bttv_calc_geo_old()
358 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
359 geo->hdelay &= 0x3fe; in bttv_calc_geo_old()
362 geo->crop = ((width>>8)&0x03) | ((geo->hdelay>>6)&0x0c) | in bttv_calc_geo_old()
411 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo()
422 ((geo->hdelay >> 6) & 0x0c) | in bttv_calc_geo()
451 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
Dbttvp.h152 u16 width,hscale,hdelay; member
/linux-4.1.27/include/media/blackfin/
Dppi.h50 u32 hdelay; /* delay after the HSYNC in pixels */ member
/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_ppi.h38 __BFP(hdelay);
/linux-4.1.27/drivers/video/fbdev/
Dsh_mobile_hdmi.c406 u16 htotal, hblank, hdelay, vtotal, vblank, vdelay, voffset; in sh_hdmi_external_video_param() local
411 hdelay = mode->hsync_len + mode->left_margin; in sh_hdmi_external_video_param()
412 hblank = mode->right_margin + hdelay; in sh_hdmi_external_video_param()
436 htotal, hblank, hdelay, mode->hsync_len, in sh_hdmi_external_video_param()
447 hdmi_write(hdmi, hdelay, HDMI_EXTERNAL_H_DELAY_7_0); in sh_hdmi_external_video_param()
448 hdmi_write(hdmi, hdelay >> 8, HDMI_EXTERNAL_H_DELAY_9_8); in sh_hdmi_external_video_param()
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c255 __EPPI(HDELAY, hdelay); in bfin_debug_mmrs_eppi()