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

  /src/sys/arch/mips/atheros/
ar_intr.c 75 struct atheros_intr { struct
80 static struct atheros_intr cpu_intrs[NINTRS];
81 static struct atheros_intr misc_intrs[NIRQS];
147 struct atheros_intr * const intr = &misc_intrs[irq];
179 struct atheros_intr * const intr = &misc_intrs[ih->ih_irq];
201 struct atheros_intr *intr = arg;
228 struct atheros_intr *intr = &cpu_intrs[NINTRS-1];

Completed in 13 milliseconds