Searched refs:pciercx_cfg030 (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c181 cvmx_pciercx_cfg030_t pciercx_cfg030; local
182 pciercx_cfg030.u32 = cvmx_pcie_cfgx_read(pcie_port, CVMX_PCIERCX_CFG030(pcie_port));
185 pciercx_cfg030.s.mps = MPS_CN5XXX;
186 pciercx_cfg030.s.mrrs = MRRS_CN5XXX;
190 pciercx_cfg030.s.mps = MPS_CN6XXX;
191 pciercx_cfg030.s.mrrs = MRRS_CN6XXX;
193 pciercx_cfg030.s.ro_en = 1; /* Enable relaxed order processing. This will allow devices to affect read response ordering */
194 pciercx_cfg030.s.ns_en = 1; /* Enable no snoop processing. Not used by Octeon */
195 pciercx_cfg030.s.ce_en = 1; /* Correctable error reporting enable. */
196 pciercx_cfg030
[all...]

Completed in 62 milliseconds