Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/comedi/drivers/
Ddt3000.c87 #define DPR_CMD(x) ((x) << 0) macro
88 #define DPR_CMD_GETBRDINFO DPR_CMD(0)
89 #define DPR_CMD_CONFIG DPR_CMD(1)
90 #define DPR_CMD_GETCONFIG DPR_CMD(2)
91 #define DPR_CMD_START DPR_CMD(3)
92 #define DPR_CMD_STOP DPR_CMD(4)
93 #define DPR_CMD_READSINGLE DPR_CMD(5)
94 #define DPR_CMD_WRITESINGLE DPR_CMD(6)
95 #define DPR_CMD_CALCCLOCK DPR_CMD(7)
96 #define DPR_CMD_READEVENTS DPR_CMD(8)
[all …]