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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-csr.h172 #define CVMX_LMC_BIST_RESULT CVMX_LMCX_BIST_RESULT(0)
H A Dcvmx-lmcx-defs.h69 static inline uint64_t CVMX_LMCX_BIST_RESULT(unsigned long block_id) function
75 cvmx_warn("CVMX_LMCX_BIST_RESULT(%lu) is invalid on this chip\n", block_id);
79 #define CVMX_LMCX_BIST_RESULT(block_id) (CVMX_ADD_IO_SEG(0x00011800880000F8ull) + ((block_id) & 1) * 0x60000000ull) macro

Completed in 143 milliseconds