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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h547 cvmx_write_csr(CVMX_PIP_TAG_INCX(index), pip_tag_incx.u64);
572 pip_tag_incx.u64 = cvmx_read_csr(CVMX_PIP_TAG_INCX(index));
574 cvmx_write_csr(CVMX_PIP_TAG_INCX(index), pip_tag_incx.u64);
H A Dcvmx-pip-defs.h851 static inline uint64_t CVMX_PIP_TAG_INCX(unsigned long offset) function
866 cvmx_warn("CVMX_PIP_TAG_INCX(%lu) is invalid on this chip\n", offset);
870 #define CVMX_PIP_TAG_INCX(offset) (CVMX_ADD_IO_SEG(0x00011800A0001800ull) + ((offset) & 63) * 8) macro

Completed in 101 milliseconds