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

  /src/sys/arch/sparc/include/
pci_machdep.h 58 #define IS_PCI_BRIDGE(class) \
  /src/sys/external/bsd/gnu-efi/dist/inc/
pci22.h 109 #define IS_PCI_BRIDGE(_p) ((((_p)->Hdr.HeaderType) & HEADER_LAYOUT_CODE) == HEADER_TYPE_PCI_TO_PCI_BRIDGE)
  /src/sys/arch/sparc/sparc/
pci_fixup.c 255 if (!IS_PCI_BRIDGE(class)) {
357 if (IS_PCI_BRIDGE(val)) {
pci_machdep.c 300 if (IS_PCI_BRIDGE(class)) {

Completed in 14 milliseconds