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

/drivers/staging/comedi/drivers/
H A Ddt2801.c82 #define DT_S_READY (1<<2) macro
293 if (stat & (DT_S_COMPOSITE_ERROR | DT_S_READY))
335 if (stat & DT_S_READY) {
366 if (stat & DT_S_READY)
373 if (stat & DT_S_READY)
391 if (!(stat & DT_S_READY))
423 if (stat & DT_S_READY)
440 if (stat & DT_S_READY)

Completed in 54 milliseconds