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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pcie.c911 cvmx_pemx_bist_status2_t pemx_bist_status2; local
1061 pemx_bist_status2.u64 = cvmx_read_csr(CVMX_PEMX_BIST_STATUS2(pcie_port));
1064 pemx_bist_status2.u64 &= ~0x3full;
1065 if (pemx_bist_status2.u64)
1066 cvmx_dprintf("PCIe: BIST2 FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status2.u64));

Completed in 116 milliseconds