Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dintr_machdep.h58 int powerpc_config_intr(int, enum intr_trigger, enum intr_polarity);
/freebsd/sys/powerpc/amigaone/
H A Dplatform_amigaone.c115 powerpc_config_intr(irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in aeon_setup_intr()
/freebsd/sys/dev/sound/macio/
H A Di2s.c236 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in i2s_attach()
373 if (powerpc_config_intr(irq, INTR_TRIGGER_EDGE, in aoagpio_attach()
H A Ddavbus.c531 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in davbus_attach()
/freebsd/sys/powerpc/powerpc/
H A Dnexus.c218 return (powerpc_config_intr(irq, trig, pol)); in nexus_config_intr()
H A Dintr_machdep.c621 powerpc_config_intr(int irq, enum intr_trigger trig, enum intr_polarity pol) in powerpc_config_intr() function
/freebsd/sys/powerpc/powermac/
H A Duninorth.c200 powerpc_config_intr(irq, in unin_chip_add_intr()
H A Dsmu.c389 powerpc_config_intr(rman_get_start(sc->sc_doorbellirq), in smu_attach()