Searched refs:opal_event_irqchip (Results 1 – 1 of 1) sorted by relevance
35 struct opal_event_irqchip { struct40 static struct opal_event_irqchip opal_event_irqchip; variable54 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 = { variable127 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 …]