Searched refs:opal_event_irqchip (Results 1 – 1 of 1) sorted by relevance
31 struct opal_event_irqchip { struct36 static struct opal_event_irqchip opal_event_irqchip; variable46 e = READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask; in opal_handle_events()55 virq = irq_find_mapping(opal_event_irqchip.domain, hwirq); in opal_handle_events()68 e = be64_to_cpu(events) & opal_event_irqchip.mask; in opal_handle_events()75 if (last_outstanding_events & opal_event_irqchip.mask) in opal_have_pending_events()82 clear_bit(d->hwirq, &opal_event_irqchip.mask); in opal_event_mask()87 set_bit(d->hwirq, &opal_event_irqchip.mask); in opal_event_unmask()105 static struct opal_event_irqchip opal_event_irqchip = { variable118 irq_set_chip_data(irq, &opal_event_irqchip); in opal_event_map()[all …]