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

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.c389 /* make sure CVMX_L2C_TADX_TAG is updated */
391 l2c_tadx_tag.u64 = cvmx_read_csr(CVMX_L2C_TADX_TAG(tad));
780 CVMX_SYNC; /* make sure CVMX_L2C_TADX_TAG is updated */
781 l2c_tadx_tag.u64 = cvmx_read_csr(CVMX_L2C_TADX_TAG(tad));
865 CVMX_SYNC; /* make sure CVMX_L2C_TADX_TAG is updated */
866 l2c_tadx_tag.u64 = cvmx_read_csr(CVMX_L2C_TADX_TAG(0));
H A Dcvmx-l2c-defs.h796 static inline uint64_t CVMX_L2C_TADX_TAG(unsigned long block_id) function
804 cvmx_warn("CVMX_L2C_TADX_TAG(%lu) is invalid on this chip\n", block_id);
808 #define CVMX_L2C_TADX_TAG(block_id) (CVMX_ADD_IO_SEG(0x0001180080A00010ull) + ((block_id) & 3) * 0x40000ull) macro

Completed in 117 milliseconds