Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dstpaul.c369 if (strncmp(path, SPL_PCIE_PEM0, strlen(SPL_PCIE_PEM0)) == 0) { in get_bus_type()
389 if (strncmp(path, SPL_PCIE_PEM0, strlen(SPL_PCIE_PEM0)) == 0) { in get_slot_number()
440 } else if (strncmp(path, SPL_PCIE_PEM0, strlen(SPL_PCIE_PEM0)) == 0) { in stpaul_get_io_instance()
H A Dstpaul.h61 #define SPL_PCIE_PEM0 "/pci@780/pci@0/pci@9/" macro