Searched refs:GEM_SERDES (Results 1 – 3 of 3) sorted by relevance
264 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()
189 sc->sc_flags |= GEM_SERDES; in gem_pci_attach()
142 #define GEM_SERDES (1 << 3) /* use the SERDES */ macro