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

  /src/sys/arch/arm/at91/
at91st.c 79 static int at91st_intr(void* arg);
199 * at91st_intr:
204 at91st_intr(void *arg) function in typeref:typename:int
267 at91_intr_establish(sc->sc_pid, IPL_CLOCK, INTR_HIGH_LEVEL, at91st_intr, NULL);
at91st.c 79 static int at91st_intr(void* arg);
199 * at91st_intr:
204 at91st_intr(void *arg) function in typeref:typename:int
267 at91_intr_establish(sc->sc_pid, IPL_CLOCK, INTR_HIGH_LEVEL, at91st_intr, NULL);

Completed in 1090 milliseconds