Searched refs:REG_VREF (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/usb/stkwebcam/ |
D | stk-sensor.c | 83 #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/ |
D | ov7670.c | 48 #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()
|
D | ov9650.c | 49 #define REG_VREF 0x03 /* [7:6] - AGC[9:8], [5:3]/[2:0] */ macro 725 ret = ov965x_read(client, REG_VREF, ®); in ov965x_set_gain() 730 ret = ov965x_write(client, REG_VREF, reg); in ov965x_set_gain() 883 ret = ov965x_read(client, REG_VREF, ®1); in __g_volatile_ctrl()
|
/Linux-v4.19/drivers/misc/cardreader/ |
D | rts5260.c | 469 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, REG_VREF, in rts5260_init_hw()
|
/Linux-v4.19/include/linux/ |
D | rtsx_pci.h | 655 #define REG_VREF 0xFE97 macro
|