Searched defs:ADC_READY (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dicp_multi.c99 #define ADC_READY 0x0001 /* A/d conversion ready interrupt */ macro
273 devpriv->IntEnable &= ~ADC_READY;
277 devpriv->IntStatus |= ADC_READY;
331 devpriv->IntEnable &= ~ADC_READY;
335 devpriv->IntStatus |= ADC_READY;
355 devpriv->IntEnable &= ~ADC_READY;
359 devpriv->IntStatus |= ADC_READY;
679 case ADC_READY:

Completed in 11 milliseconds