Symbol: we_softc
sys/arch/atari/vme/if_we_vme.c
117
struct we_softc sc_we;
sys/arch/atari/vme/if_we_vme.c
305
struct we_softc *wsc = &wvsc->sc_we;
sys/arch/prep/pnpbus/if_we_pnpbus.c
147
struct we_softc *wsc = device_private(self);
sys/arch/prep/pnpbus/if_we_pnpbus.c
85
CFATTACH_DECL_NEW(we_pnpbus, sizeof(struct we_softc),
sys/dev/ic/we.c
100
static inline void we_readmem(struct we_softc *, int, uint8_t *, int);
sys/dev/ic/we.c
134
we_config(device_t self, struct we_softc *wsc, const char *typestr)
sys/dev/ic/we.c
285
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
323
we_readmem(struct we_softc *wsc, int from, uint8_t *to, int len)
sys/dev/ic/we.c
342
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
449
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
473
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
485
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
495
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
551
struct we_softc *wsc = (struct we_softc *)sc;
sys/dev/ic/we.c
561
we_set_media(struct we_softc *wsc, int media)
sys/dev/ic/we.c
86
static void we_set_media(struct we_softc *, int);
sys/dev/ic/wevar.h
31
void (*sc_init_hook)(struct we_softc *);
sys/dev/ic/wevar.h
36
int we_config(device_t self, struct we_softc *, const char *);
sys/dev/isa/if_we_isa.c
262
struct we_softc *wsc = device_private(self);
sys/dev/isa/if_we_isa.c
91
CFATTACH_DECL_NEW(we_isa, sizeof(struct we_softc),
sys/dev/mca/if_we_mca.c
151
struct we_softc *wsc = device_private(self);
sys/dev/mca/if_we_mca.c
302
we_mca_init_hook(struct we_softc *wsc)
sys/dev/mca/if_we_mca.c
85
void we_mca_init_hook(struct we_softc *);
sys/dev/mca/if_we_mca.c
87
CFATTACH_DECL_NEW(we_mca, sizeof(struct we_softc),