Searched refs:IRQD_TRIGGER_MASK (Results 1 – 4 of 4) sorted by relevance
214 IRQD_TRIGGER_MASK = 0xf, enumerator270 return __irqd_to_state(d) & IRQD_TRIGGER_MASK; in irqd_get_trigger_type()279 __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK; in irqd_set_trigger_type()280 __irqd_to_state(d) |= type & IRQD_TRIGGER_MASK; in irqd_set_trigger_type()
282 rc = request_irq(r->start, opal_interrupt, r->flags & IRQD_TRIGGER_MASK, in opal_event_init()
1113 IRQD_TRIGGER_MASK | IRQD_LEVEL | IRQD_MOVE_PCNTXT); in irq_modify_status()
793 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()