Lines Matching refs:status_high
259 u8 status_low, status_high, ctl;
268 ret = adc_tm5_read(chip, ADC_TM5_STATUS_HIGH, &status_high, sizeof(status_high));
294 upper_set = (status_high & BIT(ch)) &&
308 u8 status_low, status_high;
317 ret = adc_tm5_read(chip, ADC_TM_GEN2_STATUS_HIGH_CLR, &status_high, sizeof(status_high));
319 dev_err(chip->dev, "read status_high failed: %d\n", ret);
329 ret = adc_tm5_write(chip, ADC_TM_GEN2_STATUS_HIGH_CLR, &status_high, sizeof(status_high));
349 upper_set = (status_high & BIT(ch)) &&