Searched refs:PCIE_PUT (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 522 PCIE_PUT(16, bus_p, PCI_CONF_STAT, reg16); in pcie_initchild() 554 PCIE_PUT(16, bus_p, PCI_CONF_COMM, tmp16); in pcie_initchild() 564 PCIE_PUT(16, bus_p, PCI_BCNF_SEC_STATUS, reg16); in pcie_initchild() 593 PCIE_PUT(16, bus_p, PCI_BCNF_BCNTRL, tmp16); in pcie_initchild()
|
H A D | pcie_fault.c | 791 PCIE_PUT(16, bus_p, PCI_CONF_STAT, pfd_p->pe_pci_regs->pci_err_status); in pf_pci_regs_clear() 795 PCIE_PUT(16, bus_p, PCI_BCNF_SEC_STATUS, in pf_pci_regs_clear()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 115 #define PCIE_PUT(sz, bus_p, off, val) \ macro
|