Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Damplc_pci230.c308 #define PCI230_ADC_IR(x) (((x) & 0x1) << 3) macro
309 #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)