Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Damplc_pci230.c310 #define PCI230_ADC_IR(x) (((x) & 0x1) << 3) macro
311 #define PCI230_ADC_IR_UNI PCI230_ADC_IR(0) /* Input unipolar */
312 #define PCI230_ADC_IR_BIP PCI230_ADC_IR(1) /* Input bipolar */
313 #define PCI230_ADC_IR_MASK PCI230_ADC_IR(1)