Searched refs:PCI230_DAC_OR (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/comedi/drivers/
H A Damplc_pci230.c229 #define PCI230_DAC_OR(x) (((x) & 0x1) << 0) macro
230 #define PCI230_DAC_OR_UNI PCI230_DAC_OR(0) /* Output unipolar */
231 #define PCI230_DAC_OR_BIP PCI230_DAC_OR(1) /* Output bipolar */
232 #define PCI230_DAC_OR_MASK PCI230_DAC_OR(1)

Completed in 278 milliseconds