Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddt3000.c87 #define DPR_CMD(x) ((x) << 0) macro
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)
95 #define DPR_CMD_CALCCLOCK DPR_CMD(7)
99 #define DPR_CMD_WRITECT DPR_CMD(18)
100 #define DPR_CMD_READCT DPR_CMD(19)
104 #define DPR_CMD_READIO DPR_CMD(35)
108 #define DPR_CMD_HALT DPR_CMD(48)
[all …]