Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Drohm-bd79124.c82 #define BD79124_GET_HIGH_LIMIT_REG(ch) (BD79124_REG_HYSTERESIS_CH0 + (ch) * 4) macro
85 BD79124_GET_HIGH_LIMIT_REG(ch) : BD79124_GET_LOW_LIMIT_REG(ch))
92 #define BD79124_GET_HYSTERESIS_REG(ch) BD79124_GET_HIGH_LIMIT_REG(ch)
481 reg = BD79124_GET_HIGH_LIMIT_REG(channel); in bd79124_disable_event()
528 reg = BD79124_GET_HIGH_LIMIT_REG(channel); in bd79124_enable_event()
592 reg = BD79124_GET_HIGH_LIMIT_REG(chan->channel); in bd79124_write_event_value()
773 ret = bd79124_write_int_to_reg(data, BD79124_GET_HIGH_LIMIT_REG(channel), in bd79124_re_enable_hi()
823 BD79124_GET_HIGH_LIMIT_REG(channel), in bd79124_event_ratelimit_hi()
922 ret = regmap_write(data->map, BD79124_GET_HIGH_LIMIT_REG(channel), in bd79124_chan_init()