Searched refs:PCIB_SUBTRACTIVE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/sparc64/pci/
H A Dofw_pcib.c136 sc->ops_pcib_sc.flags |= PCIB_SUBTRACTIVE;
/freebsd-12-stable/sys/dev/pci/
H A Dpcib_private.h111 #define PCIB_SUBTRACTIVE 0x1 macro
H A Dpci_pci.c1575 * so the normal setting of PCIB_SUBTRACTIVE bit doesn't
1582 sc->flags |= PCIB_SUBTRACTIVE;
1630 sc->flags |= PCIB_SUBTRACTIVE;
1671 sc->flags & PCIB_SUBTRACTIVE) {
1682 if (sc->flags & PCIB_SUBTRACTIVE)
2267 if (r != NULL || (sc->flags & PCIB_SUBTRACTIVE) != 0)
2291 if (r != NULL || (sc->flags & PCIB_SUBTRACTIVE) != 0)
2316 if (sc->flags & PCIB_SUBTRACTIVE && r == NULL)
2388 if ((sc->flags & PCIB_SUBTRACTIVE) == 0) {
2441 if ((sc->flags & PCIB_SUBTRACTIVE)
[all...]

Completed in 109 milliseconds