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

/freebsd-10.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c1155 cvmx_write_csr(CVMX_SSO_RWQ_TAIL_PTRX(i), tail_ptr.u64);
1219 tail_ptr.u64 = cvmx_read_csr(CVMX_SSO_RWQ_TAIL_PTRX(i));
H A Dcvmx-sso-defs.h419 static inline uint64_t CVMX_SSO_RWQ_TAIL_PTRX(unsigned long offset) function
423 cvmx_warn("CVMX_SSO_RWQ_TAIL_PTRX(%lu) is invalid on this chip\n", offset);
427 #define CVMX_SSO_RWQ_TAIL_PTRX(offset) (CVMX_ADD_IO_SEG(0x000167000000C200ull) + ((offset) & 7) * 8) macro

Completed in 102 milliseconds