PCI230P2_DAC_INT_FIFO  255 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_EMPTY	PCI230P2_DAC_INT_FIFO(0) /* empty */
PCI230P2_DAC_INT_FIFO  256 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_NEMPTY	PCI230P2_DAC_INT_FIFO(1) /* !empty */
PCI230P2_DAC_INT_FIFO  257 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_NHALF	PCI230P2_DAC_INT_FIFO(2) /* !half */
PCI230P2_DAC_INT_FIFO  258 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_HALF	PCI230P2_DAC_INT_FIFO(3) /* half */
PCI230P2_DAC_INT_FIFO  259 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_NFULL	PCI230P2_DAC_INT_FIFO(4) /* !full */
PCI230P2_DAC_INT_FIFO  260 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_FULL	PCI230P2_DAC_INT_FIFO(5) /* full */
PCI230P2_DAC_INT_FIFO  261 drivers/staging/comedi/drivers/amplc_pci230.c #define PCI230P2_DAC_INT_FIFO_MASK	PCI230P2_DAC_INT_FIFO(7)