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

/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c332 cvmx_pciercx_cfg075_t pciercx_cfg075; local
333 pciercx_cfg075.u32 = cvmx_pcie_cfgx_read(pcie_port, CVMX_PCIERCX_CFG075(pcie_port));
334 pciercx_cfg075.s.cere = 1; /* Correctable error reporting enable. */
335 pciercx_cfg075.s.nfere = 1; /* Non-fatal error reporting enable. */
336 pciercx_cfg075.s.fere = 1; /* Fatal error reporting enable. */
337 cvmx_pcie_cfgx_write(pcie_port, CVMX_PCIERCX_CFG075(pcie_port), pciercx_cfg075.u32);

Completed in 93 milliseconds