Home
last modified time | relevance | path

Searched refs:SPL_PCIE_PEM1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dstpaul.c371 } else if (strncmp(path, SPL_PCIE_PEM1, strlen(SPL_PCIE_PEM1)) == 0) { in get_bus_type()
395 } else if (strncmp(path, SPL_PCIE_PEM1, strlen(SPL_PCIE_PEM1)) == 0) { in get_slot_number()
437 if (strncmp(path, SPL_PCIE_PEM1, strlen(SPL_PCIE_PEM1)) == 0) { in stpaul_get_io_instance()
H A Dstpaul.h60 #define SPL_PCIE_PEM1 "/pci@7c0/pci@0/pci@9/" macro