Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Ddt3000.c222 #define DT3000_COMPLETION_MASK 0xff00 macro
260 if ((status & DT3000_COMPLETION_MASK) != DT3000_NOTPROCESSED) in dt3k_send_cmd()
265 if ((status & DT3000_COMPLETION_MASK) != DT3000_NOERROR) in dt3k_send_cmd()