Searched refs:mmeye_intr_establish (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mmeye/include/
H A Dmmeye.h22 void *mmeye_intr_establish(int, int, int, int (*func)(void *), void *);
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/dev/
H A Dcom_mainbus.c111 mmeye_intr_establish(ma->ma_irq1, IST_LEVEL, IPL_SERIAL, comintr, sc);
H A Dif_ne_mainbus.c161 ih = mmeye_intr_establish(ma->ma_irq1, IST_LEVEL, IPL_NET,
H A Dwdc_mainbus.c181 mmeye_intr_establish(ma->ma_irq1, IST_LEVEL, IPL_BIO,
H A Dmmeyepcmcia.c305 mmeye_intr_establish(sc->controller_irq,
321 ih = mmeye_intr_establish(irq, IST_LEVEL, ipl, fct, arg);
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/mmeye/
H A Dmachdep.c679 mmeye_intr_establish(int irq, int trigger, int level, int (*func)(void *), function

Completed in 178 milliseconds