Searched refs:vstop (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | dvo_ns2501.c | 215 u16 vstop; /* vertical total, registers C7/C8 */ member 242 .vstop = 514, 262 .vstop = 627, 281 .vstop = 1056, 623 ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff); in ns2501_mode_set() 624 ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8); in ns2501_mode_set()
|
/linux-6.1.9/drivers/staging/media/deprecated/stkwebcam/ |
D | stk-sensor.c | 462 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 481 ret += stk_sensor_outb(dev, REG_VSTOP, (vstop >> 3) & 0xff); in stk_sensor_set_hw() 483 v = (v & 0xc0) | ((vstop & 0x7) << 3) | (vstart & 0x7); in stk_sensor_set_hw()
|
/linux-6.1.9/drivers/media/i2c/ |
D | ov7670.c | 202 int vstop; /* will do the right thing... */ member 739 .vstop = 490, 750 .vstop = 494, 761 .vstop = 492, 772 .vstop = 494, 790 .vstop = 494, 923 int vstart, int vstop) in ov7670_set_hw() argument 950 ret = ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw() 956 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw() 1077 wsize->vstop); in ov7670_apply_fmt()
|