Searched refs:IRQD_TRIGGER_MASK (Results 1 – 4 of 4) sorted by relevance
228 IRQD_TRIGGER_MASK = 0xf, enumerator288 return __irqd_to_state(d) & IRQD_TRIGGER_MASK; in irqd_get_trigger_type()297 __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK; in irqd_set_trigger_type()298 __irqd_to_state(d) |= type & IRQD_TRIGGER_MASK; in irqd_set_trigger_type()
281 rc = request_irq(r->start, opal_interrupt, r->flags & IRQD_TRIGGER_MASK, in opal_event_init()
1117 IRQD_TRIGGER_MASK | IRQD_LEVEL | IRQD_MOVE_PCNTXT); in irq_modify_status()
989 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()