HomeSort by: relevance | last modified time | path
    Searched defs:ep93xx_intr_establish (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/arm/ep93xx/
ep93xx_intr.c 290 ep93xx_intr_establish(int irq, int ipl, int (*ih_func)(void *), void *arg) function in typeref:typename:void *
297 panic("ep93xx_intr_establish: IRQ %d out of range", irq);
299 panic("ep93xx_intr_establish: IPL %d out of range", ipl);

Completed in 11 milliseconds