Home
last modified time | relevance | path

Searched refs:abs_step (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H A Ddw9763.c145 unsigned int abs_step; in dw9763_get_pos() local
151 abs_step = val & 0x3ff; in dw9763_get_pos()
152 if (abs_step <= dev_vcm->start_current) in dw9763_get_pos()
153 abs_step = VCMDRV_MAX_LOG; in dw9763_get_pos()
154 else if ((abs_step > dev_vcm->start_current) && in dw9763_get_pos()
155 (abs_step <= dev_vcm->rated_current)) in dw9763_get_pos()
156 abs_step = (dev_vcm->rated_current - abs_step) / dev_vcm->step; in dw9763_get_pos()
158 abs_step = 0; in dw9763_get_pos()
160 *cur_pos = abs_step; in dw9763_get_pos()
[all...]

Completed in 2 milliseconds