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

  /src/sys/arch/arm/ixp12x0/
ixp12x0_intr.c 331 ixp12x0_intr_establish(int irq, int ipl, int (*ih_func)(void *), void *arg) function in typeref:typename:void *
337 printf("ixp12x0_intr_establish(irq=%d, ipl=%d, ih_func=%08x, arg=%08x)\n",
341 panic("ixp12x0_intr_establish: IRQ %d out of range", ipl);
343 panic("ixp12x0_intr_establish: IPL %d out of range", ipl);

Completed in 11 milliseconds