Searched refs:i_hi (Results 1 – 1 of 1) sorted by relevance
841 unsigned int i_hi, i_lo; in bd79124_event_handler() local853 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()