Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dadv_pci.c177 sc->bus_type = ASC_IS_PCI;
/mirbsd/src/sys/dev/ic/
Dadvlib.c289 if ((sc->bus_type & ASC_IS_PCI) &&
327 if (sc->bus_type == ASC_IS_PCI)
550 if (sc->bus_type & ASC_IS_PCI) {
757 return (ASC_IS_PCI);
Dadvlib.h118 #define ASC_IS_PCI 0x0004 macro