Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-irqchip.c31 struct opal_event_irqchip { struct
36 static struct opal_event_irqchip opal_event_irqchip; argument
65 e = be64_to_cpu(events) & opal_event_irqchip.mask; in opal_handle_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()
116 irq_set_chip_and_handler(irq, &opal_event_irqchip.irqchip, in opal_event_map()
195 &opal_event_domain_ops, &opal_event_irqchip); in opal_event_init()
197 if (!opal_event_irqchip.domain) { in opal_event_init()
[all …]