Home
last modified time | relevance | path

Searched refs:GEM_SERDES (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/gem/
H A Dif_gem.c264 if ((sc->sc_flags & GEM_SERDES) != 0) in gem_attach()
331 sc->sc_flags |= GEM_SERDES; in gem_attach()
943 if ((sc->sc_flags & GEM_SERDES) == 0) in gem_init_locked()
1843 if ((sc->sc_flags & GEM_SERDES) != 0) { in gem_mii_readreg()
1901 if ((sc->sc_flags & GEM_SERDES) != 0) { in gem_mii_writereg()
2043 if ((sc->sc_flags & GEM_SERDES) == 0) { in gem_mii_statchg()
H A Dif_gem_pci.c189 sc->sc_flags |= GEM_SERDES; in gem_pci_attach()
H A Dif_gemvar.h142 #define GEM_SERDES (1 << 3) /* use the SERDES */ macro