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

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h459 pip_stat_inb_errsx.u64 = cvmx_read_csr(CVMX_PIP_STAT_INB_ERRS_PKNDX(pknd));
H A Dcvmx-pip-defs.h765 static inline uint64_t CVMX_PIP_STAT_INB_ERRS_PKNDX(unsigned long offset) function
769 cvmx_warn("CVMX_PIP_STAT_INB_ERRS_PKNDX(%lu) is invalid on this chip\n", offset);
773 #define CVMX_PIP_STAT_INB_ERRS_PKNDX(offset) (CVMX_ADD_IO_SEG(0x00011800A0020010ull) + ((offset) & 63) * 32) macro

Completed in 206 milliseconds