Home
last modified time | relevance | path

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

/NextBSD/sys/dev/gem/
HDif_gemvar.h143 #define GEM_PCI (1 << 2) /* PCI busses are little-endian */ macro
221 ((((sc)->sc_flags & GEM_PCI) != 0) ? le64toh(v) : be64toh(v))
223 ((((sc)->sc_flags & GEM_PCI) != 0) ? htole64(v) : htobe64(v))
HDif_gem_pci.c181 sc->sc_flags |= GEM_PCI; in gem_pci_attach()
HDif_gem.c1009 ((sc->sc_flags & GEM_PCI) != 0 ? GEM_CONFIG_BURST_INF : in gem_init_locked()
1717 if ((sc->sc_flags & GEM_PCI) != 0) in gem_eint()