Searched refs:hdelay (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/media/i2c/ |
D | bt819.c | 62 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()
|
D | tw9910.c | 516 const unsigned int hdelay = 15; in tw9910_s_std() local 538 ((hdelay >> 6) & 0x0c) | in tw9910_s_std()
|
/linux-6.1.9/drivers/media/pci/tw68/ |
D | tw68-video.c | 255 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()
|
/linux-6.1.9/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 347 geo->hdelay = tvnorm->hdelayx1; in bttv_calc_geo_old() 348 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 349 geo->hdelay &= 0x3fe; in bttv_calc_geo_old() 352 geo->crop = ((width>>8)&0x03) | ((geo->hdelay>>6)&0x0c) | in bttv_calc_geo_old() 401 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo() 412 ((geo->hdelay >> 6) & 0x0c) | in bttv_calc_geo() 441 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
|
D | bttvp.h | 140 u16 width,hscale,hdelay; member
|