Searched refs:CVMX_MIXX_ORING2 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c526 mix_oring2.u64 = cvmx_read_csr(CVMX_MIXX_ORING2(port));
547 cvmx_write_csr(CVMX_MIXX_ORING2(port), 1);
583 mix_oring2.u64 = cvmx_read_csr(CVMX_MIXX_ORING2(port));
602 cvmx_write_csr(CVMX_MIXX_ORING2(port), 1);
H A Dcvmx-mixx-defs.h199 static inline uint64_t CVMX_MIXX_ORING2(unsigned long offset) function
205 cvmx_warn("CVMX_MIXX_ORING2(%lu) is invalid on this chip\n", offset);
209 #define CVMX_MIXX_ORING2(offset) (CVMX_ADD_IO_SEG(0x0001070000100008ull) + ((offset) & 1) * 2048) macro

Completed in 65 milliseconds