Searched refs:PCIX_CAP_GET (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 531 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 533 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 535 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 537 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 540 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 542 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 544 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 546 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather() 565 pcix_bdg_regs->pcix_bdg_sec_stat = PCIX_CAP_GET(16, bus_p, in pf_pcix_regs_gather() 567 pcix_bdg_regs->pcix_bdg_stat = PCIX_CAP_GET(32, bus_p, in pf_pcix_regs_gather() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 130 #define PCIX_CAP_GET(sz, bus_p, off) \ macro
|