Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov8856.c98 #define OV8856_REG_FLIP_OP_2 BIT(2) macro
1721 OV8856_REG_FLIP_OP_2 : in ov8856_set_ctrl_vflip()
1723 ~OV8856_REG_FLIP_OP_2); in ov8856_set_ctrl_vflip()
1732 ctrl_val ? val | OV8856_REG_FLIP_OP_2 : in ov8856_set_ctrl_vflip()
1733 val & ~OV8856_REG_FLIP_OP_2); in ov8856_set_ctrl_vflip()