Searched refs:hstop (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/i915/ |
D | dvo_ns2501.c | 212 uint16_t hstop; /* horizontal total, registers C3/C4 */ member 239 .hstop = 783, 259 .hstop = 1016, 278 .hstop = 1299, 618 ns2501_writeb(dvo, NS2501_REGC3, conf->hstop & 0xff); in ns2501_mode_set() 619 ns2501_writeb(dvo, NS2501_REGC4, conf->hstop >> 8); in ns2501_mode_set()
|
/drivers/media/i2c/ |
D | ov7670.c | 192 int hstop; /* that they do not always make complete */ member 704 .hstop = 14, /* Omnivision */ 715 .hstop = 90, 726 .hstop = 24, 737 .hstop = 24, 755 .hstop = 14, /* Omnivision */ 873 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, in ov7670_set_hw() argument 884 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw() 886 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in ov7670_set_hw() 1015 ov7670_set_hw(sd, wsize->hstart, wsize->hstop, wsize->vstart, in ov7670_set_fmt()
|
/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 472 int hstart, int hstop, int vstart, int vstop) in stk_sensor_set_hw() argument 482 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw() 484 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7); in stk_sensor_set_hw()
|