Searched refs:vstop (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c215 u16 vstop; /* vertical total, registers C7/C8 */ member in struct:ns2501_configuration
242 .vstop = 514,
262 .vstop = 627,
281 .vstop = 1056,
623 ns2501_writeb(dvo, NS2501_REGC7, conf->vstop & 0xff);
624 ns2501_writeb(dvo, NS2501_REGC8, conf->vstop >> 8);
/linux-master/drivers/media/i2c/
H A Dov7670.c197 int vstop; /* will do the right thing... */ member in struct:ov7670_win_size
732 .vstop = 490,
743 .vstop = 494,
754 .vstop = 492,
765 .vstop = 494,
783 .vstop = 494,
916 int vstart, int vstop)
943 ret = ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff);
949 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3);
1070 wsize->vstop);
915 ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, int vstart, int vstop) argument
[all...]

Completed in 127 milliseconds