Searched refs:pcix_ecc_ctlstat (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcifm.h85 uint32_t pcix_ecc_ctlstat; /* pcix ecc control status reg */ member in struct:pcix_ecc_regs
H A Dpcie_impl.h197 uint32_t pcix_ecc_ctlstat; /* pcix ecc control status reg */ member in struct:pf_pcix_ecc_regs
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpcifm.c114 pcix_ecc_regs->pcix_ecc_ctlstat = pci_config_get32(erpt_p->pe_hdl,
275 pcix_ecc_ctlstat);
302 pcix_ecc_regs->pcix_ecc_ctlstat);
556 int cmd = (pcix_ecc_regs->pcix_ecc_ctlstat >> 16) & 0xf;
739 ecc_phase = (pcix_ecc_regs->pcix_ecc_ctlstat &
741 ecc_corr = (pcix_ecc_regs->pcix_ecc_ctlstat &
743 sec_ue = (pcix_ecc_regs->pcix_ecc_ctlstat &
745 sec_ce = (pcix_ecc_regs->pcix_ecc_ctlstat &
816 pcix_ecc_regs->pcix_ecc_ctlstat,
829 pcix_ecc_regs->pcix_ecc_ctlstat,
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c496 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p,
505 pcix_ecc_regs->pcix_ecc_ctlstat = PCIX_CAP_GET(32, bus_p,
719 pcix_bdg_ecc_regs->pcix_ecc_ctlstat);
724 pcix_bdg_ecc_regs->pcix_ecc_ctlstat);
736 pcix_ecc_regs->pcix_ecc_ctlstat);
2767 (ecc_bdg_reg->pcix_ecc_ctlstat >> 16) :
2768 (ecc_reg->pcix_ecc_ctlstat >> 16),
2771 (ecc_bdg_reg->pcix_ecc_ctlstat & 0xFFFF) :
2772 (ecc_reg->pcix_ecc_ctlstat & 0xFFFF),
2795 (ecc_bdg_reg->pcix_ecc_ctlstat >> 1
[all...]

Completed in 30 milliseconds