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

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

Completed in 197 milliseconds