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

  /src/sys/arch/macppc/dev/
if_wi_obio.c 91 struct wi_softc * const wisc = &sc->sc_wi; local in function:wi_obio_attach
98 wisc->sc_dev = self;
99 sc->sc_tag = wisc->sc_iot = ca->ca_tag;
101 if (bus_space_map(wisc->sc_iot, ca->ca_baseaddr + ca->ca_reg[0],
102 ca->ca_reg[1], 0, &wisc->sc_ioh)) {
107 wisc->sc_enabled = 1;
108 wisc->sc_enable = wi_obio_enable;
110 if (wi_attach(wisc, 0)) {
121 wisc->sc_enabled = 0;
if_wi_obio.c 91 struct wi_softc * const wisc = &sc->sc_wi; local in function:wi_obio_attach
98 wisc->sc_dev = self;
99 sc->sc_tag = wisc->sc_iot = ca->ca_tag;
101 if (bus_space_map(wisc->sc_iot, ca->ca_baseaddr + ca->ca_reg[0],
102 ca->ca_reg[1], 0, &wisc->sc_ioh)) {
107 wisc->sc_enabled = 1;
108 wisc->sc_enable = wi_obio_enable;
110 if (wi_attach(wisc, 0)) {
121 wisc->sc_enabled = 0;

Completed in 48 milliseconds