Searched refs:PCIE_GET (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 113 #define PCIE_GET(sz, bus_p, off) \ macro 482 PCIE_GET(sz, bus_p, off))
|
/titanic_50/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 521 reg16 = PCIE_GET(16, bus_p, PCI_CONF_STAT); in pcie_initchild() 525 reg16 = PCIE_GET(16, bus_p, PCI_CONF_COMM); in pcie_initchild() 563 reg16 = PCIE_GET(16, bus_p, PCI_BCNF_SEC_STATUS); in pcie_initchild() 567 reg16 = PCIE_GET(16, bus_p, PCI_BCNF_BCNTRL); in pcie_initchild()
|
H A D | pcie_fault.c | 668 pci_regs->pci_err_status = PCIE_GET(16, bus_p, PCI_CONF_STAT); in pf_pci_regs_gather() 669 pci_regs->pci_cfg_comm = PCIE_GET(16, bus_p, PCI_CONF_COMM); in pf_pci_regs_gather() 677 PCIE_GET(16, bus_p, PCI_BCNF_SEC_STATUS); in pf_pci_regs_gather() 679 PCIE_GET(16, bus_p, PCI_BCNF_BCNTRL); in pf_pci_regs_gather() 925 if (PCIE_GET(32, bus_p, PCI_CONF_VENID) != bus_p->bus_dev_ven_id) { in pf_default_hdl()
|