Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-irqchip.c35 struct opal_event_irqchip { struct
40 static struct opal_event_irqchip opal_event_irqchip; variable
54 u64 mask = opal_event_irqchip.mask; in opal_handle_events()
65 virq = irq_find_mapping(opal_event_irqchip.domain, in opal_handle_events()
76 clear_bit(d->hwirq, &opal_event_irqchip.mask); in opal_event_mask()
83 set_bit(d->hwirq, &opal_event_irqchip.mask); in opal_event_unmask()
96 if (last_outstanding_events & opal_event_irqchip.mask) in opal_event_unmask()
114 static struct opal_event_irqchip opal_event_irqchip = { variable
127 irq_set_chip_data(irq, &opal_event_irqchip); in opal_event_map()
128 irq_set_chip_and_handler(irq, &opal_event_irqchip.irqchip, in opal_event_map()
[all …]