Home
last modified time | relevance | path

Searched refs:REG_VREF (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c75 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
482 ret += stk_sensor_inb(dev, REG_VREF, &v); in stk_sensor_set_hw()
485 ret += stk_sensor_outb(dev, REG_VREF, v); in stk_sensor_set_hw()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov9650.c47 #define REG_VREF 0x03 /* [7:6] - AGC[9:8], [5:3]/[2:0] */ macro
680 * gain value in REG_VREF, REG_GAIN is not overwritten. in ov965x_set_gain()
717 ret = ov965x_read(ov965x, REG_VREF, &reg); in ov965x_set_gain()
722 ret = ov965x_write(ov965x, REG_VREF, reg); in ov965x_set_gain()
873 ret = ov965x_read(ov965x, REG_VREF, &reg1); in __g_volatile_ctrl()
H A Dov7670.c47 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
299 { REG_VSTOP, 0x7a }, { REG_VREF, 0x0a },
940 ret += ov7670_read(sd, REG_VREF, &v); in ov7670_set_hw()
943 ret += ov7670_write(sd, REG_VREF, v); in ov7670_set_hw()
1452 * GAIN is split between REG_GAIN and REG_VREF[7:6]. If one believes
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov7670.c46 #define REG_VREF 0x03 /* Pieces of GAIN, VSTART, VSTOP */ macro
298 { REG_VSTOP, 0x7a }, { REG_VREF, 0x0a },
952 ret = ov7670_read(sd, REG_VREF, &v); in ov7670_set_hw()
957 return ov7670_write(sd, REG_VREF, v); in ov7670_set_hw()
1465 * GAIN is split between REG_GAIN and REG_VREF[7:6]. If one believes
H A Dov9650.c45 #define REG_VREF 0x03 /* [7:6] - AGC[9:8], [5:3]/[2:0] */ macro
678 * gain value in REG_VREF, REG_GAIN is not overwritten. in ov965x_set_gain()
715 ret = ov965x_read(ov965x, REG_VREF, &reg); in ov965x_set_gain()
720 ret = ov965x_write(ov965x, REG_VREF, reg); in ov965x_set_gain()
871 ret = ov965x_read(ov965x, REG_VREF, &reg1); in __g_volatile_ctrl()
/kernel/linux/linux-5.10/drivers/misc/cardreader/
H A Drts5260.c394 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, REG_VREF, in rts5260_init_hw()
H A Drts5249.c282 rtsx_pci_write_register(pcr, REG_VREF, PWD_SUSPND_EN, PWD_SUSPND_EN); in rts5249_extra_init_hw()
/kernel/linux/linux-6.6/drivers/misc/cardreader/
H A Drts5260.c394 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, REG_VREF, in rts5260_init_hw()
H A Drts5249.c264 rtsx_pci_write_register(pcr, REG_VREF, PWD_SUSPND_EN, PWD_SUSPND_EN); in rts5249_extra_init_hw()
/kernel/linux/linux-5.10/include/linux/
H A Drtsx_pci.h634 #define REG_VREF 0xFE97 macro
/kernel/linux/linux-6.6/include/linux/
H A Drtsx_pci.h635 #define REG_VREF 0xFE97 macro

Completed in 22 milliseconds