Home
last modified time | relevance | path

Searched refs:peak_50 (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
781 peak_50 = peak / 6; in rj54n1_sensor_scale()
786 ((peak_50 >> 4) & 0xf0) | (peak_60 >> 8)); in rj54n1_sensor_scale()
788 ret = reg_write(client, RJ54N1_PEAK_50, peak_50); in rj54n1_sensor_scale()
/Linux-v4.19/drivers/media/i2c/
Drj54n1cb0c.c642 unsigned int peak, peak_50, peak_60; in rj54n1_sensor_scale() local
782 peak_50 = peak / 6; in rj54n1_sensor_scale()
787 ((peak_50 >> 4) & 0xf0) | (peak_60 >> 8)); in rj54n1_sensor_scale()
789 ret = reg_write(client, RJ54N1_PEAK_50, peak_50); in rj54n1_sensor_scale()