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

  /src/sys/arch/hp300/dev/
dcm.c 249 short sc_softCAR; /* mask of ports with soft-carrier */
404 sc->sc_softCAR = device_cfdata(self)->cf_flags & DCM_SOFTCAR;
452 sc->sc_softCAR |= (1 << DCMCONSPORT);
545 if ((sc->sc_softCAR & (1 << port)) ||
947 else if ((sc->sc_softCAR & (1 << port)) == 0 &&
1038 if ((sc->sc_softCAR & (1 << port)))
1060 sc->sc_softCAR |= (1 << port);

Completed in 13 milliseconds