Searched refs:PCIE_PUT (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/pciex/ |
| H A D | pcie.c | 1096 PCIE_PUT(16, bus_p, PCI_CONF_STAT, reg16); in pcie_initchild() 1105 PCIE_PUT(16, bus_p, PCI_CONF_COMM, tmp16); in pcie_initchild() 1115 PCIE_PUT(16, bus_p, PCI_BCNF_SEC_STATUS, reg16); in pcie_initchild() 1144 PCIE_PUT(16, bus_p, PCI_BCNF_BCNTRL, tmp16); in pcie_initchild()
|
| H A D | pcie_fault.c | 907 PCIE_PUT(16, bus_p, PCI_CONF_STAT, pfd_p->pe_pci_regs->pci_err_status); in pf_pci_regs_clear() 911 PCIE_PUT(16, bus_p, PCI_BCNF_SEC_STATUS, in pf_pci_regs_clear()
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | pcie_impl.h | 118 #define PCIE_PUT(sz, bus_p, off, val) \ macro
|