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

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c182 oring1.u64 = cvmx_read_csr(CVMX_MIXX_ORING1(port));
295 cvmx_write_csr(CVMX_MIXX_ORING1(port), oring1.u64);
H A Dcvmx-mixx-defs.h216 static inline uint64_t CVMX_MIXX_ORING1(unsigned long offset) function
225 cvmx_warn("CVMX_MIXX_ORING1(%lu) is invalid on this chip\n", offset);
229 #define CVMX_MIXX_ORING1(offset) (CVMX_ADD_IO_SEG(0x0001070000100000ull) + ((offset) & 1) * 2048) macro

Completed in 189 milliseconds