Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dxive.c60 #define MAX_XIVE_IRQS (1<<24) /* 24-bit XIRR field */ macro
402 xive_cpud->ipi_data.lirq = MAX_XIVE_IRQS; in xive_attach()
405 MAX_XIVE_IRQS); in xive_attach()
409 powerpc_register_pic(dev, OF_xref_from_node(phandle), MAX_XIVE_IRQS, in xive_attach()
426 MAX_XIVE_IRQS, 1 /* Number of IPIs */, FALSE); in xics_attach()
534 if (vector == MAX_XIVE_IRQS) in xive_dispatch()
550 if (irq == MAX_XIVE_IRQS) { in xive_enable()
586 if (irq == MAX_XIVE_IRQS) { in xive_eoi()
621 if (irq == MAX_XIVE_IRQS) in xive_mask()