Searched refs:openpic_config (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Dopenpicvar.h77 void openpic_config(device_t, u_int, enum intr_trigger, enum intr_polarity);
/freebsd-11-stable/sys/powerpc/psim/
H A Dopenpic_iobus.c74 DEVMETHOD(pic_config, openpic_config),
/freebsd-11-stable/sys/powerpc/ofw/
H A Dopenpic_ofw.c77 DEVMETHOD(pic_config, openpic_config),
/freebsd-11-stable/sys/powerpc/powermac/
H A Dcpcht.c586 openpic_config(dev, irq, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW);
588 openpic_config(dev, irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dopenpic.c252 openpic_config(device_t dev, u_int irq, enum intr_trigger trig, function

Completed in 67 milliseconds