HomeSort by: relevance | last modified time | path
    Searched refs:mmeye_intr_establish (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mmeye/include/
mmeye.h 22 void *mmeye_intr_establish(int, int, int, int (*func)(void *), void *);
  /src/sys/arch/mmeye/dev/
com_mainbus.c 111 mmeye_intr_establish(ma->ma_irq1, IST_LEVEL, IPL_SERIAL, comintr, sc);
if_ne_mainbus.c 161 ih = mmeye_intr_establish(ma->ma_irq1, IST_LEVEL, IPL_NET,
wdc_mainbus.c 173 mmeye_intr_establish(ma->ma_irq1, IST_LEVEL, IPL_BIO,
mmeyepcmcia.c 306 mmeye_intr_establish(sc->controller_irq,
322 ih = mmeye_intr_establish(irq, IST_LEVEL, ipl, fct, arg);
  /src/sys/arch/mmeye/mmeye/
machdep.c 679 mmeye_intr_establish(int irq, int trigger, int level, int (*func)(void *), function in typeref:typename:void *

Completed in 135 milliseconds