Searched refs:REG_HSTOP (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/media/video/ |
D | stk-sensor.c | 140 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 482 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw()
|
D | ov7670.c | 103 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro 237 { REG_HSTART, 0x13 }, { REG_HSTOP, 0x01 }, 729 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
|
D | ov6650.c | 61 #define REG_HSTOP 0x18 macro 468 ret = ov6650_reg_write(client, REG_HSTOP, in ov6650_s_crop()
|