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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dov7670.c236 * make sense - hstop is less than hstart. But they work...
650 int hstop; /* that they do not always make complete */ member in struct:ov7670_win_size
662 .hstop = 14, /* Omnivision */
673 .hstop = 90,
684 .hstop = 20,
695 .hstop = 24,
708 static int ov7670_set_hw(struct v4l2_subdev *sd, int hstart, int hstop, argument
714 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of
715 * hstart are in href[2:0], bottom 3 of hstop in href[5:3]. There is
719 ret += ov7670_write(sd, REG_HSTOP, (hstop >>
[all...]
H A Dstk-sensor.c472 int hstart, int hstop, int vstart, int vstop)
477 * Horizontal: 11 bits, top 8 live in hstart and hstop. Bottom 3 of
478 * hstart are in href[2:0], bottom 3 of hstop in href[5:3]. There is
482 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff);
484 v = (v & 0xc0) | ((hstop & 0x7) << 3) | (hstart & 0x7);
471 stk_sensor_set_hw(struct stk_camera *dev, int hstart, int hstop, int vstart, int vstop) argument

Completed in 66 milliseconds