Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/i2c/cx25840/
H A Dcx25840-core.c623 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()
666 voutctrl[1] &= ~(3 << 6); in cx25840_vconfig_apply()
669 voutctrl[1] |= 2; in cx25840_vconfig_apply()
673 voutctrl[1] |= 3; in cx25840_vconfig_apply()
[all …]