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

/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_Ssi.c61 | unsigned char_ b_SSICountingMode) |
92 | unsigned char b_SSICountingMode : SSI counting mode |
105 b_SSICountingMode = (unsigned char) data[5]; |
128 b_PCIInputClock, b_SSICountingMode; local
137 b_SSICountingMode = (unsigned char) data[5];
193 if (b_SSICountingMode == APCI1710_BINARY_MODE || b_SSICountingMode == APCI1710_GRAY_MODE) {
225 if (b_SSICountingMode == APCI1710_BINARY_MODE) {
253 outl(7 * b_SSICountingMode, devpriv->s_BoardInfos.ui_Address + 12 + (64 * b_ModulNbr));

Completed in 37 milliseconds