Searched defs:b_PortValue (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_Dig_io.c696 | unsigned char_ b_PortValue CR_CHAN(chanspec) : Output Value ( 0 To 7 )
732 * b_PortValue)
740 unsigned char b_ModulNbr, b_PortValue; local
748 b_PortValue = (unsigned char) data[2]; /* if out put then Value */
837 if (b_PortValue <= 7) {
846 if ((b_PortValue & 2) == 2) {
860 } /* if ((b_PortValue & 2) == 2) */
866 if ((b_PortValue & 4) == 4) {
880 } /* if ((b_PortValue & 4) == 4) */
915 b_PortValue;
[all...]

Completed in 1478 milliseconds