Searched refs:GEM_PCI (Results 1 – 3 of 3) sorted by relevance
143 #define GEM_PCI (1 << 2) /* PCI busses are little-endian */ macro221 ((((sc)->sc_flags & GEM_PCI) != 0) ? le64toh(v) : be64toh(v))223 ((((sc)->sc_flags & GEM_PCI) != 0) ? htole64(v) : htobe64(v))
181 sc->sc_flags |= GEM_PCI; in gem_pci_attach()
1009 ((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()