HomeSort by: relevance | last modified time | path
    Searched refs:sc_intvec (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
sgecvar.h 61 int sc_intvec; /* Interrupt vector */ member in struct:ze_softc
sgec.c 773 reg = ZE_NICSR0_IPL14 | sc->sc_intvec | 0x1fff0003; /* SYNC/ASYNC??? */
  /src/sys/arch/vax/if/
if_ze.c 140 sc->sc_intvec = sd->sd_intvec;
156 scb_vecalloc(sc->sc_intvec, (void (*)(void *)) sgec_intr, sc,
  /src/sys/dev/qbus/
if_qe.c 90 int sc_intvec; /* Interrupt vector */ member in struct:qe_softc
317 sc->sc_intvec = sc->sc_uh->uh_lastiv;
328 QE_WCSR(QE_CSR_VECTOR, sc->sc_intvec | 1);
399 QE_WCSR(QE_CSR_VECTOR, sc->sc_intvec);

Completed in 14 milliseconds