Searched refs:PCI230_DAC_OR (Results 1 – 1 of 1) sorted by relevance
229 #define PCI230_DAC_OR(x) (((x) & 0x1) << 0) macro230 #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)