Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/powerpc/powernv/
HDxive.c60 #define MAX_XIVE_IRQS (1<<24) /* 24-bit XIRR field */ macro
409 xive_cpud->ipi_data.lirq = MAX_XIVE_IRQS; in xive_attach()
412 MAX_XIVE_IRQS); in xive_attach()
416 powerpc_register_pic(dev, OF_xref_from_node(phandle), MAX_XIVE_IRQS, in xive_attach()
433 MAX_XIVE_IRQS, 1 /* Number of IPIs */, FALSE); in xics_attach()
541 if (vector == MAX_XIVE_IRQS) in xive_dispatch()
557 if (irq == MAX_XIVE_IRQS) { in xive_enable()
593 if (irq == MAX_XIVE_IRQS) { in xive_eoi()
630 if (irq == MAX_XIVE_IRQS) in xive_mask()