Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/cx25840/
H A Dcx25840-core.c338 *voutctrl4 |= BIT(2); in cx25840_set_invert()
340 *voutctrl4 &= ~BIT(2); in cx25840_set_invert()
345 *voutctrl4 |= BIT(5); in cx25840_set_invert()
347 *voutctrl4 &= ~BIT(5); in cx25840_set_invert()
352 *voutctrl4 |= BIT(4); in cx25840_set_invert()
354 *voutctrl4 &= ~BIT(4); in cx25840_set_invert()
359 *voutctrl4 |= BIT(0); in cx25840_set_invert()
361 *voutctrl4 &= ~BIT(0); in cx25840_set_invert()
371 *voutctrl4 |= BIT(6); in cx25840_set_invert()
373 *voutctrl4 &= ~BIT(6); in cx25840_set_invert()
[all …]