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.c83 #define BD79124_GET_HIGH_LIMIT_REG(ch) (BD79124_REG_HYSTERESIS_CH0 + (ch) * 4) macro
86 BD79124_GET_HIGH_LIMIT_REG(ch) : BD79124_GET_LOW_LIMIT_REG(ch))
93 #define BD79124_GET_HYSTERESIS_REG(ch) BD79124_GET_HIGH_LIMIT_REG(ch)
482 reg = BD79124_GET_HIGH_LIMIT_REG(channel); in bd79124_disable_event()
529 reg = BD79124_GET_HIGH_LIMIT_REG(channel); in bd79124_enable_event()
593 reg = BD79124_GET_HIGH_LIMIT_REG(chan->channel); in bd79124_write_event_value()
774 ret = bd79124_write_int_to_reg(data, BD79124_GET_HIGH_LIMIT_REG(channel), in bd79124_re_enable_hi()
824 BD79124_GET_HIGH_LIMIT_REG(channel), in bd79124_event_ratelimit_hi()
923 ret = regmap_write(data->map, BD79124_GET_HIGH_LIMIT_REG(channel), in bd79124_chan_init()