Home
last modified time | relevance | path

Searched refs:smc91cxx_softc (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dsmc91cxxvar.h34 struct smc91cxx_softc { struct
45 int (*sc_enable)(struct smc91cxx_softc *); argument
46 void (*sc_disable)(struct smc91cxx_softc *); argument
62 void smc91cxx_attach(struct smc91cxx_softc *, u_int8_t *); argument
64 void smc91cxx_init(struct smc91cxx_softc *);
65 void smc91cxx_stop(struct smc91cxx_softc *);
66 int smc91cxx_enable(struct smc91cxx_softc *);
67 void smc91cxx_disable(struct smc91cxx_softc *);
H A Dsmc91cxx.c175 int smc91cxx_set_media(struct smc91cxx_softc *, uint64_t);
177 void smc91cxx_read(struct smc91cxx_softc *);
178 void smc91cxx_reset(struct smc91cxx_softc *);
184 smc91cxx_attach(struct smc91cxx_softc *sc, u_int8_t *myea) in smc91cxx_attach()
308 struct smc91cxx_softc *sc = ifp->if_softc; in smc91cxx_mediachange()
314 smc91cxx_set_media(struct smc91cxx_softc *sc, uint64_t media) in smc91cxx_set_media()
360 struct smc91cxx_softc *sc = ifp->if_softc; in smc91cxx_mediastatus()
391 smc91cxx_init(struct smc91cxx_softc *sc) in smc91cxx_init()
512 struct smc91cxx_softc *sc = ifp->if_softc; in smc91cxx_start()
696 struct smc91cxx_softc *sc = arg; in smc91cxx_intr()
[all …]
/openbsd-src/sys/dev/pcmcia/
H A Dif_sm_pcmcia.c62 struct smc91cxx_softc sc_smc; /* real "smc" softc */
76 int sm_pcmcia_enable(struct smc91cxx_softc *);
77 void sm_pcmcia_disable(struct smc91cxx_softc *);
119 struct smc91cxx_softc *sc = &psc->sc_smc; in sm_pcmcia_attach()
313 sm_pcmcia_enable(struct smc91cxx_softc *sc) in sm_pcmcia_enable()
330 sm_pcmcia_disable(struct smc91cxx_softc *sc) in sm_pcmcia_disable()
/openbsd-src/sys/dev/isa/
H A Dif_sm_isa.c71 struct smc91cxx_softc sc_smc; /* real "smc" softc */
148 struct smc91cxx_softc *sc = &isc->sc_smc; in sm_isa_attach()