Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal-irqchip.c31 struct opal_event_irqchip { struct
36 static struct opal_event_irqchip opal_event_irqchip; argument
46 e = READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask; in opal_handle_events()
56 generic_handle_domain_irq(opal_event_irqchip.domain, hwirq); in opal_handle_events()
65 e = be64_to_cpu(events) & opal_event_irqchip.mask; in opal_handle_events()
72 if (READ_ONCE(last_outstanding_events) & opal_event_irqchip.mask) in opal_have_pending_events()
79 clear_bit(d->hwirq, &opal_event_irqchip.mask); in opal_event_mask()
84 set_bit(d->hwirq, &opal_event_irqchip.mask); in opal_event_unmask()
102 static struct opal_event_irqchip opal_event_irqchip = { variable
115 irq_set_chip_data(irq, &opal_event_irqchip); in opal_event_map()
[all …]