Searched refs:BDBASE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | ov772x.c | 72 #define BDBASE 0x22 /* Banding filter Minimum AEC value */ macro 427 /* band_filter = COM8[5] ? 256 - BDBASE : 0 */ 788 ret = regmap_update_bits(regmap, BDBASE, 0xff, 0xff); in ov772x_s_ctrl() 798 ret = regmap_update_bits(regmap, BDBASE, in ov772x_s_ctrl() 1123 ret = regmap_update_bits(priv->regmap, BDBASE, in ov772x_set_params()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov772x.c | 73 #define BDBASE 0x22 /* Banding filter Minimum AEC value */ macro 429 /* band_filter = COM8[5] ? 256 - BDBASE : 0 */ 804 ret = regmap_update_bits(regmap, BDBASE, 0xff, 0xff); in ov772x_s_ctrl() 814 ret = regmap_update_bits(regmap, BDBASE, in ov772x_s_ctrl() 1144 ret = regmap_update_bits(priv->regmap, BDBASE, in ov772x_set_params()
|
Completed in 5 milliseconds