Home
last modified time | relevance | path

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

/src/sys/dev/gem/
H A Dif_gemvar.h141 #define GEM_PCI66 (1 << 2) /* PCI bus runs at 66MHz */ macro
H A Dif_gem_pci.c181 sc->sc_flags |= GEM_PCI66; in gem_pci_attach()
H A Dif_gem.c750 ((6 * (sc->sc_flags & GEM_PCI66) != 0 ? 2 : 1) << in gem_reset_rxdma()
1025 ((6 * (sc->sc_flags & GEM_PCI66) != 0 ? 2 : 1) << in gem_init_locked()