Searched refs:PCIE_GET (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | pcie_impl.h | 116 #define PCIE_GET(sz, bus_p, off) \ macro 608 PCIE_GET(sz, bus_p, off))
|
| /illumos-gate/usr/src/uts/common/io/pciex/ |
| H A D | pcie_fault.c | 784 pci_regs->pci_err_status = PCIE_GET(16, bus_p, PCI_CONF_STAT); in pf_pci_regs_gather() 785 pci_regs->pci_cfg_comm = PCIE_GET(16, bus_p, PCI_CONF_COMM); in pf_pci_regs_gather() 793 PCIE_GET(16, bus_p, PCI_BCNF_SEC_STATUS); in pf_pci_regs_gather() 795 PCIE_GET(16, bus_p, PCI_BCNF_BCNTRL); in pf_pci_regs_gather() 1049 if (PCIE_GET(32, bus_p, PCI_CONF_VENID) != bus_p->bus_dev_ven_id) { in pf_default_hdl()
|
| H A D | pcie.c | 1095 reg16 = PCIE_GET(16, bus_p, PCI_CONF_STAT); in pcie_initchild() 1099 reg16 = PCIE_GET(16, bus_p, PCI_CONF_COMM); in pcie_initchild() 1114 reg16 = PCIE_GET(16, bus_p, PCI_BCNF_SEC_STATUS); in pcie_initchild() 1118 reg16 = PCIE_GET(16, bus_p, PCI_BCNF_BCNTRL); in pcie_initchild()
|