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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
if_sm_mainbus.c 77 struct sm_mainbus_softc *smsc = device_private(self); local in function:sm_mainbus_attach
78 struct smc91cxx_softc *sc = &smsc->sc_sm;
92 smsc->sc_ih = extintr_establish(EXTINTR_INTR_SMC91C111, IST_LEVEL,
94 if (smsc->sc_ih == NULL) {
if_sm_mainbus.c 77 struct sm_mainbus_softc *smsc = device_private(self); local in function:sm_mainbus_attach
78 struct smc91cxx_softc *sc = &smsc->sc_sm;
92 smsc->sc_ih = extintr_establish(EXTINTR_INTR_SMC91C111, IST_LEVEL,
94 if (smsc->sc_ih == NULL) {

Completed in 22 milliseconds