Lines Matching full:exists
54 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
65 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
71 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)
167 FLAG(GATE, EXISTS), \
178 FLAG(GATE, EXISTS), \
189 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \
199 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \
207 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \
283 * EXISTS means this divider exists
295 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
305 .flags = FLAG(DIV, EXISTS), \
316 .flags = FLAG(DIV, EXISTS), \
378 * EXISTS means this trigger exists
387 .flags = FLAG(TRIG, EXISTS), \