Searched refs:powerpc_config_intr (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/powerpc/include/ |
H A D | intr_machdep.h | 58 int powerpc_config_intr(int, enum intr_trigger, enum intr_polarity);
|
/freebsd/sys/powerpc/amigaone/ |
H A D | platform_amigaone.c | 115 powerpc_config_intr(irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in aeon_setup_intr()
|
/freebsd/sys/dev/sound/macio/ |
H A D | i2s.c | 236 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 D | davbus.c | 531 err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in davbus_attach()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | nexus.c | 218 return (powerpc_config_intr(irq, trig, pol)); in nexus_config_intr()
|
H A D | intr_machdep.c | 621 powerpc_config_intr(int irq, enum intr_trigger trig, enum intr_polarity pol) in powerpc_config_intr() function
|
/freebsd/sys/powerpc/powermac/ |
H A D | uninorth.c | 200 powerpc_config_intr(irq, in unin_chip_add_intr()
|
H A D | smu.c | 389 powerpc_config_intr(rman_get_start(sc->sc_doorbellirq), in smu_attach()
|