Home
last modified time | relevance | path

Searched refs:REG_HSTOP (Results 1 – 4 of 4) sorted by relevance

/drivers/media/usb/stkwebcam/
Dstk-sensor.c130 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro
472 ret += stk_sensor_outb(dev, REG_HSTOP, (hstop >> 3) & 0xff); in stk_sensor_set_hw()
/drivers/media/i2c/
Dov7670.c96 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro
297 { REG_HSTART, 0x13 }, { REG_HSTOP, 0x01 },
930 ret += ov7670_write(sd, REG_HSTOP, (hstop >> 3) & 0xff); in ov7670_set_hw()
Dov6650.c58 #define REG_HSTOP 0x18 macro
518 ret = ov6650_reg_write(client, REG_HSTOP, in ov6650_set_selection()
Dov9650.c99 #define REG_HSTOP 0x18 /* Horiz stop high bits */ macro