powerpc_config_intr
err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
err = powerpc_config_intr(oirq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
if (powerpc_config_intr(irq, INTR_TRIGGER_EDGE,
powerpc_config_intr(irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
int powerpc_config_intr(int, enum intr_trigger, enum intr_polarity);
powerpc_config_intr(rman_get_start(sc->sc_doorbellirq),
powerpc_config_intr(irq,
return (powerpc_config_intr(irq, trig, pol));