Searched refs:COM3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov772x.c | 52 #define COM3 0x0C /* Common control 3 */ macro 227 /* COM3 */ 779 return regmap_update_bits(regmap, COM3, VFLIP_IMG, val); in ov772x_s_ctrl() 784 return regmap_update_bits(regmap, COM3, HFLIP_IMG, val); in ov772x_s_ctrl() 1091 /* Set COM3. */ in ov772x_set_params() 1102 ret = regmap_update_bits(priv->regmap, COM3, SWAP_MASK | IMG_MASK, val); in ov772x_set_params()
|
H A D | ov2640.c | 185 #define COM3 0x0C /* Common control 3 */ macro 358 { COM3, 0x38 | COM3_BAND_AUTO },
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov772x.c | 53 #define COM3 0x0C /* Common control 3 */ macro 228 /* COM3 */ 795 return regmap_update_bits(regmap, COM3, VFLIP_IMG, val); in ov772x_s_ctrl() 800 return regmap_update_bits(regmap, COM3, HFLIP_IMG, val); in ov772x_s_ctrl() 1110 /* Set COM3. */ in ov772x_set_params() 1123 ret = regmap_update_bits(priv->regmap, COM3, SWAP_MASK | IMG_MASK, val); in ov772x_set_params()
|
H A D | ov2640.c | 183 #define COM3 0x0C /* Common control 3 */ macro 356 { COM3, 0x38 | COM3_BAND_AUTO },
|
Completed in 10 milliseconds