Searched refs:voutctrl (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 623 u8 voutctrl[3]; in cx25840_vconfig_apply() local 627 voutctrl[i] = cx25840_read(client, 0x404 + i); in cx25840_vconfig_apply() 630 voutctrl[0] &= ~3; in cx25840_vconfig_apply() 633 voutctrl[0] |= 1; in cx25840_vconfig_apply() 637 voutctrl[0] |= 2; in cx25840_vconfig_apply() 641 voutctrl[0] |= 3; in cx25840_vconfig_apply() 650 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_RES_MASK, voutctrl, in cx25840_vconfig_apply() 652 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_VBIRAW_MASK, voutctrl, in cx25840_vconfig_apply() 654 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_ANCDATA_MASK, voutctrl, in cx25840_vconfig_apply() 656 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_TASKBIT_MASK, voutctrl, in cx25840_vconfig_apply() [all …]
|