Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddt2801.c81 #define DT_S_READY BIT(2) macro
234 if (stat & (DT_S_COMPOSITE_ERROR | DT_S_READY)) in dt2801_readdata()
301 if (stat & DT_S_READY) in dt2801_wait_for_ready()
308 if (stat & DT_S_READY) in dt2801_wait_for_ready()
326 if (!(stat & DT_S_READY)) in dt2801_writecmd()
351 if (stat & DT_S_READY) in dt2801_reset()
366 if (stat & DT_S_READY) in dt2801_reset()