Searched refs:powerpc_config_intr (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/powerpc/include/
H A Dintr_machdep.h58 int powerpc_config_intr(int, enum intr_trigger, enum intr_polarity);
/freebsd-9.3-release/sys/dev/fdt/
H A Dsimplebus.c320 err = powerpc_config_intr(irq, trig, pol);
H A Dfdt_pci.c315 powerpc_config_intr(FDT_MAP_IRQ(intr_par, *interrupt), trig,
/freebsd-9.3-release/sys/dev/sound/macio/
H A Di2s.c240 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
379 if (powerpc_config_intr(irq, INTR_TRIGGER_EDGE,
H A Ddavbus.c533 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
/freebsd-9.3-release/sys/powerpc/ofw/
H A Dofw_pcibus.c220 powerpc_config_intr(intr[0],
/freebsd-9.3-release/sys/powerpc/aim/
H A Dnexus.c388 return (powerpc_config_intr(irq, trig, pol));
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dintr_machdep.c507 powerpc_config_intr(int irq, enum intr_trigger trig, enum intr_polarity pol) function
/freebsd-9.3-release/sys/powerpc/powermac/
H A Duninorth.c184 powerpc_config_intr(irq,
H A Dsmu.c389 powerpc_config_intr(rman_get_start(sc->sc_doorbellirq),

Completed in 84 milliseconds