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

  /src/sys/dev/pci/
adv_pci.c 205 sc->bus_type = ASC_IS_PCI;
  /src/sys/dev/cardbus/
adv_cardbus.c 205 sc->bus_type = ASC_IS_PCI;
  /src/sys/dev/ic/
advlib.c 267 if ((sc->bus_type & ASC_IS_PCI) &&
305 if (sc->bus_type == ASC_IS_PCI)
530 if (sc->bus_type & ASC_IS_PCI) {
730 return (ASC_IS_PCI);
advlib.h 111 #define ASC_IS_PCI 0x0004

Completed in 49 milliseconds