Searched refs:REG_VREF (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stkwebcam/ |
H A D | stk-sensor.c | 75 #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 D | ov9650.c | 47 #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, ®); in ov965x_set_gain() 722 ret = ov965x_write(ov965x, REG_VREF, reg); in ov965x_set_gain() 873 ret = ov965x_read(ov965x, REG_VREF, ®1); in __g_volatile_ctrl()
|
H A D | ov7670.c | 47 #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 D | ov7670.c | 46 #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 D | ov9650.c | 45 #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, ®); in ov965x_set_gain() 720 ret = ov965x_write(ov965x, REG_VREF, reg); in ov965x_set_gain() 871 ret = ov965x_read(ov965x, REG_VREF, ®1); in __g_volatile_ctrl()
|
/kernel/linux/linux-5.10/drivers/misc/cardreader/ |
H A D | rts5260.c | 394 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, REG_VREF, in rts5260_init_hw()
|
H A D | rts5249.c | 282 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 D | rts5260.c | 394 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, REG_VREF, in rts5260_init_hw()
|
H A D | rts5249.c | 264 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 D | rtsx_pci.h | 634 #define REG_VREF 0xFE97 macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | rtsx_pci.h | 635 #define REG_VREF 0xFE97 macro
|
Completed in 22 milliseconds