Searched refs:UNIPOLAR (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A Dhwdrv_apci3501.h30 #define UNIPOLAR 0 macro
/drivers/staging/comedi/drivers/
H A Ddas1800.c118 #define UNIPOLAR 0x4 /* bit that determines whether input range is uni/bipolar */ macro
1344 unipolar = CR_RANGE(cmd->chanlist[0]) & UNIPOLAR;
1346 if (unipolar != (CR_RANGE(cmd->chanlist[i]) & UNIPOLAR)) {
1403 if (CR_RANGE(cmd.chanlist[0]) & UNIPOLAR)
1622 if (CR_RANGE(insn->chanspec) & UNIPOLAR)
H A Ddas16m1.c113 #define UNIPOLAR 0x40 macro
H A Ddas16.c203 #define UNIPOLAR (1<<6) macro
1353 if ((status & UNIPOLAR))

Completed in 146 milliseconds