Lines Matching defs:status_low
259 u8 status_low, status_high, ctl;
262 ret = adc_tm5_read(chip, ADC_TM5_STATUS_LOW, &status_low, sizeof(status_low));
291 lower_set = (status_low & BIT(ch)) &&
308 u8 status_low, status_high;
311 ret = adc_tm5_read(chip, ADC_TM_GEN2_STATUS_LOW_CLR, &status_low, sizeof(status_low));
313 dev_err(chip->dev, "read status_low failed: %d\n", ret);
323 ret = adc_tm5_write(chip, ADC_TM_GEN2_STATUS_LOW_CLR, &status_low, sizeof(status_low));
346 lower_set = (status_low & BIT(ch)) &&