Home
last modified time | relevance | path

Searched refs:PCIE_PUT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1113 PCIE_PUT(16, bus_p, PCI_CONF_STAT, reg16); in pcie_initchild()
1122 PCIE_PUT(16, bus_p, PCI_CONF_COMM, tmp16); in pcie_initchild()
1132 PCIE_PUT(16, bus_p, PCI_BCNF_SEC_STATUS, reg16); in pcie_initchild()
1161 PCIE_PUT(16, bus_p, PCI_BCNF_BCNTRL, tmp16); in pcie_initchild()
H A Dpcie_fault.c855 PCIE_PUT(16, bus_p, PCI_CONF_STAT, pfd_p->pe_pci_regs->pci_err_status); in pf_pci_regs_clear()
859 PCIE_PUT(16, bus_p, PCI_BCNF_SEC_STATUS, in pf_pci_regs_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h118 #define PCIE_PUT(sz, bus_p, off, val) \ macro