Searched refs:opal_event_irqchip (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c31 struct opal_event_irqchip { struct
36 static struct opal_event_irqchip opal_event_irqchip; variable in typeref:struct:opal_event_irqchip
46 e = READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask;
56 generic_handle_domain_irq(opal_event_irqchip.domain, hwirq);
65 e = be64_to_cpu(events) & opal_event_irqchip.mask;
72 if (READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask)
79 clear_bit(d->hwirq, &opal_event_irqchip.mask);
84 set_bit(d->hwirq, &opal_event_irqchip.mask);
102 static struct opal_event_irqchip opal_event_irqchi variable in typeref:struct:opal_event_irqchip
[all...]

Completed in 83 milliseconds