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

  /src/sys/arch/luna68k/dev/
siotty.c 170 struct sio_softc *siosc = device_private(parent); local in function:siotty_attach
178 sc->sc_ctl = &siosc->sc_ctl[channel];
180 siosc->sc_intrhand[channel].ih_func = siottyintr;
181 siosc->sc_intrhand[channel].ih_arg = sc;
190 setsioreg(&siosc->sc_ctl[0], WR2A, WR2A_VEC86 | WR2A_INTR_1);
191 setsioreg(&siosc->sc_ctl[1], WR2B, 0);
lunaws.c 217 struct sio_softc *siosc = device_private(parent); local in function:wsattach
223 sc->sc_ctl = &siosc->sc_ctl[channel];
225 siosc->sc_intrhand[channel].ih_func = wsintr;
226 siosc->sc_intrhand[channel].ih_arg = sc;

Completed in 12 milliseconds