Searched refs:hdelay (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/i2c/ |
D | bt819.c | 71 int hdelay; member 189 (((timing->hdelay >> 8) & 0x03) << 2) | in bt819_init() 193 init[0x06 * 2 - 1] = timing->hdelay & 0xff; in bt819_init() 280 (((timing->hdelay >> 8) & 0x03) << 2) | in bt819_s_std() 284 bt819_write(decoder, 0x06, timing->hdelay & 0xff); in bt819_s_std()
|
D | tw9910.c | 516 const unsigned int hdelay = 15; in tw9910_s_std() local 538 ((hdelay >> 6) & 0x0c) | in tw9910_s_std()
|
/Linux-v4.19/drivers/media/pci/tw68/ |
D | tw68-video.c | 274 int hactive, hdelay, hscale; in tw68_set_scale() local 290 hdelay = norm->h_delay0; in tw68_set_scale() 293 hdelay = norm->h_delay; in tw68_set_scale() 297 hdelay += norm->h_start; in tw68_set_scale() 313 hactive, hdelay, hscale, vactive, vdelay, vscale); in tw68_set_scale() 317 ((hdelay & 0x300) >> 6) | in tw68_set_scale() 320 __func__, comb, vdelay, vactive, hdelay, hactive); in tw68_set_scale() 324 tw_writeb(TW68_HDELAY_LO, hdelay & 0xff); in tw68_set_scale()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 359 geo->hdelay = tvnorm->hdelayx1; in bttv_calc_geo_old() 360 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 361 geo->hdelay &= 0x3fe; in bttv_calc_geo_old() 364 geo->crop = ((width>>8)&0x03) | ((geo->hdelay>>6)&0x0c) | in bttv_calc_geo_old() 413 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo() 424 ((geo->hdelay >> 6) & 0x0c) | in bttv_calc_geo() 453 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
|
D | bttvp.h | 153 u16 width,hscale,hdelay; member
|
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 514 const unsigned hdelay = 15; in tw9910_s_std() local 536 ((hdelay >> 6) & 0x0c) | in tw9910_s_std()
|