Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dxive.c117 static void xive_eoi(device_t, u_int, void *);
133 DEVMETHOD(pic_eoi, xive_eoi),
474 xive_eoi(dev, irq, irqd); in xive_bind()
580 xive_eoi(device_t dev, u_int irq, void *priv) in xive_eoi() function