Searched refs:enabled_chans (Results 1 – 1 of 1) sorted by relevance
419 unsigned int enabled_chans; in bd79124_stop_measurement() local423 ret = regmap_read(data->map, BD79124_REG_AUTO_CHANNELS, &enabled_chans); in bd79124_stop_measurement()424 if (!(enabled_chans & BIT(chan))) in bd79124_stop_measurement()431 enabled_chans &= ~BIT(chan); in bd79124_stop_measurement()433 enabled_chans); in bd79124_stop_measurement()441 if (!enabled_chans) { in bd79124_stop_measurement()