Searched refs:IRQD_TRIGGER_MASK (Results 1 – 3 of 3) sorted by relevance
196 IRQD_TRIGGER_MASK = 0xf, enumerator240 return __irqd_to_state(d) & IRQD_TRIGGER_MASK; in irqd_get_trigger_type()248 __irqd_to_state(d) &= ~IRQD_TRIGGER_MASK; in irqd_set_trigger_type()249 __irqd_to_state(d) |= type & IRQD_TRIGGER_MASK; in irqd_set_trigger_type()
839 IRQD_TRIGGER_MASK | IRQD_LEVEL | IRQD_MOVE_PCNTXT); in irq_modify_status()
673 irqd_clear(&desc->irq_data, IRQD_TRIGGER_MASK); in __irq_set_trigger()