HomeSort by: relevance | last modified time | path
    Searched refs:GEM_PCI (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
gemvar.h 169 #define GEM_PCI 0x0004 /* XXX PCI busses are little-endian */
243 (((sc)->sc_flags & GEM_PCI) ? le64toh(v) : be64toh(v))
245 (((sc)->sc_flags & GEM_PCI) ? htole64(v) : htobe64(v))
gem.c 1317 ((sc->sc_flags & GEM_PCI) ?
2057 if (sc->sc_flags & GEM_PCI)
  /src/sys/dev/sbus/
if_gem_sbus.c 134 sc->sc_flags &= ~GEM_PCI;
  /src/sys/dev/pci/
if_gem_pci.c 86 CFATTACH_DECL3_NEW(gem_pci, sizeof(struct gem_pci_softc),
214 sc->sc_flags |= GEM_PCI;

Completed in 15 milliseconds