Searched refs:openpic_config (Results 1 – 3 of 3) sorted by relevance
| /src/sys/powerpc/include/ |
| H A D | openpicvar.h | 80 void openpic_config(device_t, u_int, enum intr_trigger, enum intr_polarity);
|
| /src/sys/powerpc/powerpc/ |
| H A D | openpic.c | 264 openpic_config(device_t dev, u_int irq, enum intr_trigger trig, in openpic_config() function 464 DEVMETHOD(pic_config, openpic_config),
|
| /src/sys/powerpc/powermac/ |
| H A D | cpcht.c | 583 openpic_config(dev, irq, INTR_TRIGGER_LEVEL, INTR_POLARITY_LOW); in openpic_cpcht_attach() 585 openpic_config(dev, irq, INTR_TRIGGER_EDGE, INTR_POLARITY_LOW); in openpic_cpcht_attach()
|