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

  /src/sys/dev/ic/
gem.c 383 * we rely on our bus attachment setting GEM_SERDES or GEM_SERIAL.
389 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) == 0) {
488 sc->sc_flags |= GEM_SERIAL;
638 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) != 0) {
724 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) != 0)
1149 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) == 0 &&
1207 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) == 0 &&
1225 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) != 0)
1333 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) == 0) {
2099 if ((sc->sc_flags & (GEM_SERDES | GEM_SERIAL)) == 0
    [all...]
gemvar.h 171 #define GEM_SERIAL 0x0010 /* use the serial link */

Completed in 13 milliseconds