we_softc
struct we_softc sc_we;
struct we_softc *wsc = &wvsc->sc_we;
struct we_softc *wsc = device_private(self);
CFATTACH_DECL_NEW(we_pnpbus, sizeof(struct we_softc),
static inline void we_readmem(struct we_softc *, int, uint8_t *, int);
we_config(device_t self, struct we_softc *wsc, const char *typestr)
struct we_softc *wsc = (struct we_softc *)sc;
we_readmem(struct we_softc *wsc, int from, uint8_t *to, int len)
struct we_softc *wsc = (struct we_softc *)sc;
struct we_softc *wsc = (struct we_softc *)sc;
struct we_softc *wsc = (struct we_softc *)sc;
struct we_softc *wsc = (struct we_softc *)sc;
struct we_softc *wsc = (struct we_softc *)sc;
struct we_softc *wsc = (struct we_softc *)sc;
we_set_media(struct we_softc *wsc, int media)
static void we_set_media(struct we_softc *, int);
void (*sc_init_hook)(struct we_softc *);
int we_config(device_t self, struct we_softc *, const char *);
struct we_softc *wsc = device_private(self);
CFATTACH_DECL_NEW(we_isa, sizeof(struct we_softc),
struct we_softc *wsc = device_private(self);
we_mca_init_hook(struct we_softc *wsc)
void we_mca_init_hook(struct we_softc *);
CFATTACH_DECL_NEW(we_mca, sizeof(struct we_softc),