Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c215 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/drivers/media/i2c/
H A Dov7670.c196 int vstop; /* will do the right thing... */ member
731 .vstop = 490,
742 .vstop = 494,
753 .vstop = 492,
764 .vstop = 494,
782 .vstop = 494,
915 int vstart, int vstop) in ov7670_set_hw() argument
942 ret = ov7670_write(sd, REG_VSTOP, (vstop >> 2) & 0xff); in ov7670_set_hw()
948 v = (v & 0xf0) | ((vstop & 0x3) << 2) | (vstart & 0x3); in ov7670_set_hw()
1069 wsize->vstop); in ov7670_apply_fmt()