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

/freebsd-10.1-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c772 cvmx_write_csr(CVMX_SRIOX_INT_REG(srio_port), cvmx_read_csr(CVMX_SRIOX_INT_REG(srio_port)));
1272 int_reg.u64 = cvmx_read_csr(CVMX_SRIOX_INT_REG(srio_port));
1276 cvmx_write_csr(CVMX_SRIOX_INT_REG(srio_port), int_reg_clear.u64);
H A Dcvmx-sriox-defs.h271 static inline uint64_t CVMX_SRIOX_INT_REG(unsigned long block_id) function
276 cvmx_warn("CVMX_SRIOX_INT_REG(%lu) is invalid on this chip\n", block_id);
280 #define CVMX_SRIOX_INT_REG(block_id) (CVMX_ADD_IO_SEG(0x00011800C8000118ull) + ((block_id) & 3) * 0x1000000ull) macro

Completed in 58 milliseconds