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

  /src/sys/dev/ic/
sc16is7xxvar.h 66 device_t sc_ttydevchannel[2]; member in struct:sc16is7xx_sc
sc16is7xx.c 70 if (sc->sc_ttydevchannel[i] != NULL) {
71 csc = device_private(sc->sc_ttydevchannel[i]);
330 if (sc->sc_ttydevchannel[i] != NULL) {
331 csc = device_private(sc->sc_ttydevchannel[i]);
474 sc->sc_ttydevchannel[0] = sc->sc_ttydevchannel[1] = NULL;
562 sc->sc_ttydevchannel[i] = config_found(sc->sc_dev, &aa, sc16is7xx_print,

Completed in 27 milliseconds