Searched defs:UNIPOLAR (Results 1 - 2 of 2) sorted by path

/drivers/staging/comedi/drivers/
H A Ddas16m1.c104 #define UNIPOLAR 0x40 macro
H A Ddas1800.c111 #define UNIPOLAR 0x4 /* bit that determines whether input range is uni/bipolar */ macro
755 unsigned int unipolar0 = CR_RANGE(cmd->chanlist[0]) & UNIPOLAR;
759 unsigned int unipolar = CR_RANGE(cmd->chanlist[i]) & UNIPOLAR;
924 if (CR_RANGE(cmd->chanlist[0]) & UNIPOLAR)
1155 if (CR_RANGE(insn->chanspec) & UNIPOLAR)

Completed in 117 milliseconds