Lines Matching full:exists
46 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS)
57 #define divider_exists(div) FLAG_TEST(div, DIV, EXISTS)
63 #define trigger_exists(trig) FLAG_TEST(trig, TRIG, EXISTS)
159 FLAG(GATE, EXISTS), \
170 FLAG(GATE, EXISTS), \
181 FLAG(GATE, NO_DISABLE)|FLAG(GATE, EXISTS), \
191 FLAG(GATE, ENABLED)|FLAG(GATE, EXISTS), \
199 .flags = FLAG(GATE, HW)|FLAG(GATE, EXISTS), \
275 * EXISTS means this divider exists
287 .flags = FLAG(DIV, EXISTS)|FLAG(DIV, FIXED), \
297 .flags = FLAG(DIV, EXISTS), \
308 .flags = FLAG(DIV, EXISTS), \
370 * EXISTS means this trigger exists
379 .flags = FLAG(TRIG, EXISTS), \