Searched refs:vstop (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 214 u16 vstop; /* vertical total, registers C7/C8 */ member 241 .vstop = 514, 261 .vstop = 627, 280 .vstop = 1056, 622 ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff); in ns2501_mode_set() 623 ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8); in ns2501_mode_set()
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov7670.c | 203 int vstop; /* will do the right thing... */ member 735 .vstop = 490, 746 .vstop = 494, 757 .vstop = 492, 768 .vstop = 494, 786 .vstop = 494, 903 int vstart, int vstop) in ov7670_set_hw() argument 922 ret += ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw() 924 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw() 1074 wsize->vstop); in ov7670_set_fmt()
|
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 470 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 489 ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); in stk_sensor_set_hw() 491 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
|