Searched refs:PCI230_ADC_IR (Results 1 – 1 of 1) sorted by relevance
308 #define PCI230_ADC_IR(x) (((x) & 0x1) << 3) macro309 #define PCI230_ADC_IR_UNI PCI230_ADC_IR(0) /* Input unipolar */310 #define PCI230_ADC_IR_BIP PCI230_ADC_IR(1) /* Input bipolar */311 #define PCI230_ADC_IR_MASK PCI230_ADC_IR(1)