Searched refs:PCI230_ADC_TRIG (Results 1 – 1 of 1) sorted by relevance
299 #define PCI230_ADC_TRIG(x) (((x) & 0x7) << 0) macro300 #define PCI230_ADC_TRIG_NONE PCI230_ADC_TRIG(0) /* none */301 #define PCI230_ADC_TRIG_SW PCI230_ADC_TRIG(1) /* soft trig */302 #define PCI230_ADC_TRIG_EXTP PCI230_ADC_TRIG(2) /* ext + edge */303 #define PCI230_ADC_TRIG_EXTN PCI230_ADC_TRIG(3) /* ext - edge */304 #define PCI230_ADC_TRIG_Z2CT0 PCI230_ADC_TRIG(4) /* Z2 CT0 out*/305 #define PCI230_ADC_TRIG_Z2CT1 PCI230_ADC_TRIG(5) /* Z2 CT1 out */306 #define PCI230_ADC_TRIG_Z2CT2 PCI230_ADC_TRIG(6) /* Z2 CT2 out */307 #define PCI230_ADC_TRIG_MASK PCI230_ADC_TRIG(7)