Searched refs:PCI224_DACCON_TRIG (Results 1 – 1 of 1) sorted by relevance
126 #define PCI224_DACCON_TRIG(x) (((x) & 0x7) << 0) macro127 #define PCI224_DACCON_TRIG_MASK PCI224_DACCON_TRIG(7)128 #define PCI224_DACCON_TRIG_NONE PCI224_DACCON_TRIG(0) /* none */129 #define PCI224_DACCON_TRIG_SW PCI224_DACCON_TRIG(1) /* soft trig */130 #define PCI224_DACCON_TRIG_EXTP PCI224_DACCON_TRIG(2) /* ext + edge */131 #define PCI224_DACCON_TRIG_EXTN PCI224_DACCON_TRIG(3) /* ext - edge */132 #define PCI224_DACCON_TRIG_Z2CT0 PCI224_DACCON_TRIG(4) /* Z2 CT0 out */133 #define PCI224_DACCON_TRIG_Z2CT1 PCI224_DACCON_TRIG(5) /* Z2 CT1 out */134 #define PCI224_DACCON_TRIG_Z2CT2 PCI224_DACCON_TRIG(6) /* Z2 CT2 out */