Home
last modified time | relevance | path

Searched refs:PCI9118_AI_STATUS_NFULL (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/comedi/drivers/
H A Dadl_pci9118.c93 #define PCI9118_AI_STATUS_NFULL BIT(8) /* 0=FIFO full (fatal) */ macro
709 if ((adstat & PCI9118_AI_STATUS_NFULL) == 0) { in pci9118_interrupt()