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

/freebsd-9.3-release/sys/powerpc/include/
H A Dopenpicvar.h61 void openpic_config(device_t, u_int, enum intr_trigger, enum intr_polarity);
/freebsd-9.3-release/sys/powerpc/mpc85xx/
H A Dopenpic_fdt.c58 DEVMETHOD(pic_config, openpic_config),
/freebsd-9.3-release/sys/powerpc/powermac/
H A Dopenpic_macio.c70 DEVMETHOD(pic_config, openpic_config),
H A Dcpcht.c585 openpic_config(dev, irq, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW);
587 openpic_config(dev, irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW);
/freebsd-9.3-release/sys/powerpc/psim/
H A Dopenpic_iobus.c73 DEVMETHOD(pic_config, openpic_config),
/freebsd-9.3-release/sys/powerpc/mambo/
H A Dmambo_openpic.c92 DEVMETHOD(pic_config, openpic_config),
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dopenpic.c252 openpic_config(device_t dev, u_int irq, enum intr_trigger trig, function

Completed in 112 milliseconds