Searched refs:PCI230P2_DAC_TRIG (Results 1 – 1 of 1) sorted by relevance
242 #define PCI230P2_DAC_TRIG(x) (((x) & 0x7) << 2) macro243 #define PCI230P2_DAC_TRIG_NONE PCI230P2_DAC_TRIG(0) /* none */244 #define PCI230P2_DAC_TRIG_SW PCI230P2_DAC_TRIG(1) /* soft trig */245 #define PCI230P2_DAC_TRIG_EXTP PCI230P2_DAC_TRIG(2) /* ext + edge */246 #define PCI230P2_DAC_TRIG_EXTN PCI230P2_DAC_TRIG(3) /* ext - edge */247 #define PCI230P2_DAC_TRIG_Z2CT0 PCI230P2_DAC_TRIG(4) /* Z2 CT0 out */248 #define PCI230P2_DAC_TRIG_Z2CT1 PCI230P2_DAC_TRIG(5) /* Z2 CT1 out */249 #define PCI230P2_DAC_TRIG_Z2CT2 PCI230P2_DAC_TRIG(6) /* Z2 CT2 out */250 #define PCI230P2_DAC_TRIG_MASK PCI230P2_DAC_TRIG(7)