Searched refs:PCI230_ADC_INT_FIFO (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/comedi/drivers/
H A Damplc_pci230.c317 #define PCI230_ADC_INT_FIFO(x) (((x) & 0x7) << 9) macro
318 #define PCI230_ADC_INT_FIFO_EMPTY PCI230_ADC_INT_FIFO(0) /* empty */
319 #define PCI230_ADC_INT_FIFO_NEMPTY PCI230_ADC_INT_FIFO(1) /* !empty */
320 #define PCI230_ADC_INT_FIFO_NHALF PCI230_ADC_INT_FIFO(2) /* !half */
321 #define PCI230_ADC_INT_FIFO_HALF PCI230_ADC_INT_FIFO(3) /* half */
322 #define PCI230_ADC_INT_FIFO_NFULL PCI230_ADC_INT_FIFO(4) /* !full */
323 #define PCI230_ADC_INT_FIFO_FULL PCI230_ADC_INT_FIFO(5) /* full */
324 #define PCI230P_ADC_INT_FIFO_THRESH PCI230_ADC_INT_FIFO(7) /* threshold */
325 #define PCI230_ADC_INT_FIFO_MASK PCI230_ADC_INT_FIFO(7)

Completed in 111 milliseconds