Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c119 (pcix_cap_ptr + (bdg ? PCI_PCIX_BDG_ECC_STATUS : in pcix_ecc_regs_gather()
167 PCI_PCIX_BDG_ECC_STATUS), i); in pcix_regs_gather()
272 PCI_PCIX_BDG_ECC_STATUS), in pcix_regs_clear()
277 PCI_PCIX_BDG_ECC_STATUS), in pcix_regs_clear()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c532 PCI_PCIX_BDG_ECC_STATUS); in pf_pcix_ecc_regs_gather()
577 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_gather()
581 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_gather()
782 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_clear()
787 PCIX_CAP_PUT(32, bus_p, PCI_PCIX_BDG_ECC_STATUS, in pf_pcix_regs_clear()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h732 #define PCI_PCIX_BDG_ECC_STATUS 0x10 /* ECC Status register offset */ macro