Home
last modified time | relevance | path

Searched refs:PCIX_CAP_GET (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c496 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
498 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
500 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
502 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
505 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
507 pcix_ecc_regs->pcix_ecc_fstaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
509 pcix_ecc_regs->pcix_ecc_secaddr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
511 pcix_ecc_regs->pcix_ecc_attr = PCIX_CAP_GET(32, bus_p, in pf_pcix_ecc_regs_gather()
530 pcix_bdg_regs->pcix_bdg_sec_stat = PCIX_CAP_GET(16, bus_p, in pf_pcix_regs_gather()
532 pcix_bdg_regs->pcix_bdg_stat = PCIX_CAP_GET(32, bus_p, in pf_pcix_regs_gather()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dpcie_impl.h127 #define PCIX_CAP_GET(sz, bus_p, off) \ macro