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

  /src/sys/dev/podulebus/
if_eb.c 65 struct seeq8005_softc sc_8005; member in struct:eb_softc
110 sc->sc_8005.sc_dev = self;
115 podulebus_shift_tag(pa->pa_mod_t, EB_8004_SHIFT, &sc->sc_8005.sc_iot);
116 bus_space_map(sc->sc_8005.sc_iot, pa->pa_mod_base + EB_8004_BASE,
117 /* XXX */ 0, 0, &sc->sc_8005.sc_ioh);
125 seeq8005_attach(&sc->sc_8005, myaddr, NULL, 0, 0);
if_ea.c 65 struct seeq8005_softc sc_8005; member in struct:ea_softc
112 sc->sc_8005.sc_dev = self;
117 podulebus_shift_tag(pa->pa_mod_t, EA_8005_SHIFT, &sc->sc_8005.sc_iot);
118 bus_space_map(sc->sc_8005.sc_iot, pa->pa_mod_base, /* XXX */ 0, 0,
119 &sc->sc_8005.sc_ioh);
142 seeq8005_attach(&sc->sc_8005, myaddr, NULL, 0, 0);

Completed in 11 milliseconds