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

/drivers/staging/comedi/drivers/addi-data/
H A DAPCI1710_INCCPT.c552 unsigned int dw_LathchValue; local
599 dw_LathchValue = inl(devpriv->s_BoardInfos.
602 if ((dw_LathchValue & 0xFF) !=
603 ((dw_LathchValue >> 8) & 0xFF)
604 && (dw_LathchValue & 0xFF) !=
605 ((dw_LathchValue >> 16) & 0xFF)
606 && (dw_LathchValue & 0xFF) !=
607 ((dw_LathchValue >> 24) & 0xFF)) {
4371 unsigned int dw_LathchValue = 0; local
4401 dw_LathchValue
[all...]

Completed in 54 milliseconds