Searched refs:smc91cxx_softc (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dsmc91cxxvar.h35 struct smc91cxx_softc { struct
46 int (*sc_enable)(struct smc91cxx_softc *);
47 void (*sc_disable)(struct smc91cxx_softc *);
67 void smc91cxx_attach(struct smc91cxx_softc *, u_int8_t *);
H A Dsmc91cxx.c179 static int smc91cxx_set_media(struct smc91cxx_softc *, int);
181 static void smc91cxx_init(struct smc91cxx_softc *);
182 static void smc91cxx_read(struct smc91cxx_softc *);
183 static void smc91cxx_reset(struct smc91cxx_softc *);
185 static uint8_t smc91cxx_copy_tx_frame(struct smc91cxx_softc *, struct mbuf *);
186 static void smc91cxx_stop(struct smc91cxx_softc *);
190 static int smc91cxx_enable(struct smc91cxx_softc *);
191 static void smc91cxx_disable(struct smc91cxx_softc *);
230 smc91cxx_attach(struct smc91cxx_softc *sc, uint8_t *myea)
395 struct smc91cxx_softc *s
[all...]
/netbsd-current/sys/arch/evbarm/ifpga/
H A Dsm_ifpga.c56 struct smc91cxx_softc sc_sm;
77 struct smc91cxx_softc *sc = &isc->sc_sm;
/netbsd-current/sys/arch/evbarm/viper/
H A Dif_sm_pxaip.c60 struct smc91cxx_softc sc_sm;
81 struct smc91cxx_softc *sc = &pxasc->sc_sm;
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Dif_sm_mainbus.c56 struct smc91cxx_softc sc_sm;
78 struct smc91cxx_softc *sc = &smsc->sc_sm;
/netbsd-current/sys/dev/pcmcia/
H A Dif_sm_pcmcia.c70 struct smc91cxx_softc sc_smc; /* real "smc" softc */
82 int sm_pcmcia_enable(struct smc91cxx_softc *);
83 void sm_pcmcia_disable(struct smc91cxx_softc *);
138 struct smc91cxx_softc *sc = &psc->sc_smc;
242 sm_pcmcia_enable(struct smc91cxx_softc *sc)
263 sm_pcmcia_disable(struct smc91cxx_softc *sc)
H A Dmhzc.c662 CFATTACH_DECL_NEW(sm_mhzc, sizeof(struct smc91cxx_softc),
665 int sm_mhzc_enable(struct smc91cxx_softc *);
666 void sm_mhzc_disable(struct smc91cxx_softc *);
684 struct smc91cxx_softc *sc = device_private(self);
705 sm_mhzc_enable(struct smc91cxx_softc *sc)
713 sm_mhzc_disable(struct smc91cxx_softc *sc)
/netbsd-current/sys/arch/mac68k/nubus/
H A Dif_sm_nubus.c61 CFATTACH_DECL_NEW(sm_nubus, sizeof(struct smc91cxx_softc),
101 struct smc91cxx_softc *smc = device_private(self);
/netbsd-current/sys/arch/evbarm/gumstix/
H A Dif_sm_gxio.c102 struct smc91cxx_softc sc_smc;
171 struct smc91cxx_softc *sc = &gsc->sc_smc;
/netbsd-current/sys/arch/evbarm/lubbock/
H A Dif_sm_obio.c101 struct smc91cxx_softc sc_smc; /* real "smc" softc */
183 struct smc91cxx_softc *sc = &isc->sc_smc;
/netbsd-current/sys/dev/isa/
H A Dif_sm_isa.c66 struct smc91cxx_softc sc_smc; /* real "smc" softc */
157 struct smc91cxx_softc *sc = &isc->sc_smc;

Completed in 121 milliseconds