Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Drohm-bd79124.c841 unsigned int i_hi, i_lo; in bd79124_event_handler() local
853 ret = regmap_read(data->map, BD79124_REG_EVENT_FLAG_HI, &i_hi); in bd79124_event_handler()
861 if (!i_lo && !i_hi) in bd79124_event_handler()
867 if (BIT(i) & i_hi) { in bd79124_event_handler()
898 ret = regmap_write(data->map, BD79124_REG_EVENT_FLAG_HI, i_hi); in bd79124_event_handler()