Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/comedi/drivers/
Dcb_pcidas.c106 #define PCIDAS_AI_FIRST(x) ((x) & 0xf) macro
108 #define PCIDAS_AI_CHAN(x) (PCIDAS_AI_FIRST(x) | PCIDAS_AI_LAST(x))
813 bits = PCIDAS_AI_FIRST(CR_CHAN(cmd->chanlist[0])) | in cb_pcidas_ai_cmd()