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

  /src/sys/arch/acorn32/podulebus/
cosc.c 73 int cosc_intr(void *);
260 sc->sc_softc.sc_ih.ih_func = cosc_intr;
274 cosc_intr, sc, &sc->sc_intrcnt);
306 cosc_intr(void *arg) function in typeref:typename:int
314 printf("cosc_intr:%08x %02x\n", (u_int)rp->esc.esc_status, *rp->esc.esc_status);

Completed in 10 milliseconds