Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c641 unsigned int peak, peak_50, peak_60; in rj54n1_sensor_scale() local
782 peak_60 = peak / 5; in rj54n1_sensor_scale()
786 ((peak_50 >> 4) & 0xf0) | (peak_60 >> 8)); in rj54n1_sensor_scale()
790 ret = reg_write(client, RJ54N1_PEAK_60, peak_60); in rj54n1_sensor_scale()
/Linux-v4.19/drivers/media/i2c/
Drj54n1cb0c.c642 unsigned int peak, peak_50, peak_60; in rj54n1_sensor_scale() local
783 peak_60 = peak / 5; in rj54n1_sensor_scale()
787 ((peak_50 >> 4) & 0xf0) | (peak_60 >> 8)); in rj54n1_sensor_scale()
791 ret = reg_write(client, RJ54N1_PEAK_60, peak_60); in rj54n1_sensor_scale()