Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/i2c/
Dmt9m032.c601 int analog_mul; /* 0 or 1 */ in mt9m032_set_gain() local
608 analog_mul = 0; in mt9m032_set_gain()
611 analog_mul = 1; in mt9m032_set_gain()
620 | ((analog_mul & 1) << MT9M032_GAIN_AMUL_SHIFT) in mt9m032_set_gain()