Searched refs:PCI230_ADC_IR (Results 1 – 1 of 1) sorted by relevance
310 #define PCI230_ADC_IR(x) (((x) & 0x1) << 3) macro311 #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)