Searched refs:CX25840_VCONFIG_SET_BIT (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/i2c/cx25840/ |
H A D | cx25840-core.c | 608 #define CX25840_VCONFIG_SET_BIT(state, opt_msk, voc, idx, bit, oneval) \ macro 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() 658 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_ACTIVE_MASK, voutctrl, in cx25840_vconfig_apply() 660 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_VALID_MASK, voutctrl, in cx25840_vconfig_apply() 662 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_HRESETW_MASK, voutctrl, in cx25840_vconfig_apply() 682 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_DCMODE_MASK, voutctrl, in cx25840_vconfig_apply() 684 CX25840_VCONFIG_SET_BIT(state, CX25840_VCONFIG_IDID0S_MASK, voutctrl, in cx25840_vconfig_apply() [all …]
|