Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Ddt3000.c82 #define DPR_CMD_COMPLETION(x) ((x) << 8) macro
83 #define DPR_CMD_NOTPROCESSED DPR_CMD_COMPLETION(0x00)
84 #define DPR_CMD_NOERROR DPR_CMD_COMPLETION(0x55)
85 #define DPR_CMD_ERROR DPR_CMD_COMPLETION(0xaa)
86 #define DPR_CMD_NOTSUPPORTED DPR_CMD_COMPLETION(0xff)
87 #define DPR_CMD_COMPLETION_MASK DPR_CMD_COMPLETION(0xff)