Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dxilinx-xadc-core.c249 unsigned int misc_sts, unmask; in xadc_zynq_unmask_worker() local
251 xadc_read_reg(xadc, XADC_ZYNQ_REG_STATUS, &misc_sts); in xadc_zynq_unmask_worker()
253 misc_sts &= XADC_ZYNQ_INT_ALARM_MASK; in xadc_zynq_unmask_worker()
258 unmask = (xadc->zynq_masked_alarm ^ misc_sts) & xadc->zynq_masked_alarm; in xadc_zynq_unmask_worker()
259 xadc->zynq_masked_alarm &= misc_sts; in xadc_zynq_unmask_worker()