Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dbt819.c62 int hdelay; member
180 (((timing->hdelay >> 8) & 0x03) << 2) | in bt819_init()
184 init[0x06 * 2 - 1] = timing->hdelay & 0xff; in bt819_init()
271 (((timing->hdelay >> 8) & 0x03) << 2) | in bt819_s_std()
275 bt819_write(decoder, 0x06, timing->hdelay & 0xff); in bt819_s_std()
H A Dtw9910.c516 const unsigned int hdelay = 15; in tw9910_s_std() local
538 ((hdelay >> 6) & 0x0c) | in tw9910_s_std()
/openbmc/linux/drivers/media/pci/tw68/
H A Dtw68-video.c255 int hactive, hdelay, hscale; in tw68_set_scale() local
271 hdelay = norm->h_delay0; in tw68_set_scale()
274 hdelay = norm->h_delay; in tw68_set_scale()
278 hdelay += norm->h_start; in tw68_set_scale()
294 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale()
298 ((hdelay & 0x300) >> 6) | in tw68_set_scale()
301 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale()
305 tw_writeb(TW68_HDELAY_LO, hdelay & 0xff); in tw68_set_scale()
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c258 geo->hdelay = tvnorm->hdelayx1; in bttv_calc_geo_old()
259 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
260 geo->hdelay &= 0x3fe; in bttv_calc_geo_old()
263 geo->crop = ((width>>8)&0x03) | ((geo->hdelay>>6)&0x0c) | in bttv_calc_geo_old()
312 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo()
323 ((geo->hdelay >> 6) & 0x0c) | in bttv_calc_geo()
352 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
H A Dbttvp.h139 u16 width,hscale,hdelay; member