Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/adc/
Dxilinx-xadc-core.c258 unsigned int misc_sts, unmask; in xadc_zynq_unmask_worker() local
260 xadc_read_reg(xadc, XADC_ZYNQ_REG_STATUS, &misc_sts); in xadc_zynq_unmask_worker()
262 misc_sts &= XADC_ZYNQ_INT_ALARM_MASK; in xadc_zynq_unmask_worker()
267 unmask = (xadc->zynq_masked_alarm ^ misc_sts) & xadc->zynq_masked_alarm; in xadc_zynq_unmask_worker()
268 xadc->zynq_masked_alarm &= misc_sts; in xadc_zynq_unmask_worker()