Home
last modified time | relevance | path

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

/f-stack/freebsd/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))); in cvmx_srio_initialize()
1272 int_reg.u64 = cvmx_read_csr(CVMX_SRIOX_INT_REG(srio_port)); in cvmx_srio_send_doorbell_status()
1276 cvmx_write_csr(CVMX_SRIOX_INT_REG(srio_port), int_reg_clear.u64); in cvmx_srio_send_doorbell_status()
H A Dcvmx-sriox-defs.h271 static inline uint64_t CVMX_SRIOX_INT_REG(unsigned long block_id) in CVMX_SRIOX_INT_REG() function
280 #define CVMX_SRIOX_INT_REG(block_id) (CVMX_ADD_IO_SEG(0x00011800C8000118ull) + ((block_id) & 3) * 0… macro