Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddt2801.c83 #define DT_S_COMPOSITE_ERROR BIT(7) macro
234 if (stat & (DT_S_COMPOSITE_ERROR | DT_S_READY)) in dt2801_readdata()
270 if (stat & DT_S_COMPOSITE_ERROR) in dt2801_writedata()
306 if (stat & DT_S_COMPOSITE_ERROR) in dt2801_wait_for_ready()
322 if (stat & DT_S_COMPOSITE_ERROR) { in dt2801_writecmd()