Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/proximity/
Dsx9310.c615 unsigned int regval, pthresh; in sx9310_read_hysteresis() local
618 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_read_hysteresis()
631 *val = pthresh >> (5 - regval); in sx9310_read_hysteresis()
736 int ret, pthresh; in sx9310_write_hysteresis() local
738 ret = sx9310_read_thresh(data, chan, &pthresh); in sx9310_write_hysteresis()
744 else if (val == pthresh >> 2) in sx9310_write_hysteresis()
746 else if (val == pthresh >> 3) in sx9310_write_hysteresis()
748 else if (val == pthresh >> 4) in sx9310_write_hysteresis()