Searched refs:IRQD_TRIGGER_MASK (Results 1 – 4 of 4) sorted by relevance
224 IRQD_TRIGGER_MASK = 0xf, enumerator284 return __irqd_to_state(d) & IRQD_TRIGGER_MASK; in irqd_get_trigger_type()293 __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK; in irqd_set_trigger_type()294 __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()
1132 IRQD_TRIGGER_MASK | IRQD_LEVEL | IRQD_MOVE_PCNTXT); in irq_modify_status()
869 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()