Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/gem/
Dif_gem_pci.c216 sc->sc_flags |= GEM_PCI66; in gem_pci_attach()
Dif_gemvar.h146 #define GEM_PCI66 (1 << 3) /* PCI bus runs at 66MHz */ macro
Dif_gem.c780 ((6 * (sc->sc_flags & GEM_PCI66) != 0 ? 2 : 1) << in gem_reset_rxdma()
1060 ((6 * (sc->sc_flags & GEM_PCI66) != 0 ? 2 : 1) << in gem_init_locked()