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

  /src/sys/arch/arm/ixp12x0/
ixp12x0_com.c 135 } ixpcomcn_sc; variable in typeref:struct:ixpcom_cons_softc
197 if (sc->sc_iot == ixpcomcn_sc.sc_iot
198 && sc->sc_baseaddr == ixpcomcn_sc.sc_baseaddr) {
199 ixpcomcn_sc.sc_attached = 1;
200 sc->sc_speed = IXPCOMSPEED2BRD(ixpcomcn_sc.sc_ospeed);
543 t.c_ospeed = ixpcomcn_sc.sc_ospeed;
544 t.c_cflag = ixpcomcn_sc.sc_cflag;
834 ixpcomcn_sc.sc_iot = iot;
835 ixpcomcn_sc.sc_ioh = ioh;
836 ixpcomcn_sc.sc_baseaddr = iobase
    [all...]

Completed in 12 milliseconds