Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Damplc_pci230.c231 #define PCI230_DAC_OR(x) (((x) & 0x1) << 0) macro
232 #define PCI230_DAC_OR_UNI PCI230_DAC_OR(0) /* Output unipolar */
233 #define PCI230_DAC_OR_BIP PCI230_DAC_OR(1) /* Output bipolar */
234 #define PCI230_DAC_OR_MASK PCI230_DAC_OR(1)