Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpcisch.h542 #define PCI_ID_TO_NODEID(pci_id) ((cb_nid_t)((pci_id) >> PCI_IGN_BITS)) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c1131 cb_p->cb_node_id = PCI_ID_TO_NODEID(pci_p->pci_id); in pci_cb_setup()