Home
last modified time | relevance | path

Searched refs:REG_VREF (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/usb/stkwebcam/
Dstk-sensor.c83 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
490 ret += stk_sensor_inb(dev, REG_VREF, &v); in stk_sensor_set_hw()
493 ret += stk_sensor_outb(dev, REG_VREF, v); in stk_sensor_set_hw()
/Linux-v4.19/drivers/media/i2c/
Dov7670.c48 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
298 { REG_VSTOP, 0x7a }, { REG_VREF, 0x0a },
923 ret += ov7670_read(sd, REG_VREF, &v); in ov7670_set_hw()
926 ret += ov7670_write(sd, REG_VREF, v); in ov7670_set_hw()
Dov9650.c49 #define REG_VREF 0x03 /* [7:6] - AGC[9:8], [5:3]/[2:0] */ macro
725 ret = ov965x_read(client, REG_VREF, &reg); in ov965x_set_gain()
730 ret = ov965x_write(client, REG_VREF, reg); in ov965x_set_gain()
883 ret = ov965x_read(client, REG_VREF, &reg1); in __g_volatile_ctrl()
/Linux-v4.19/drivers/misc/cardreader/
Drts5260.c469 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, REG_VREF, in rts5260_init_hw()
/Linux-v4.19/include/linux/
Drtsx_pci.h655 #define REG_VREF 0xFE97 macro