Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-l2c.c1402 l2c_virtid_iobx.u64 = cvmx_read_csr(CVMX_L2C_VIRTID_IOBX(core)); in cvmx_l2c_vrt_assign_virtid()
1405 cvmx_write_csr(CVMX_L2C_VIRTID_IOBX(core), in cvmx_l2c_vrt_assign_virtid()
H A Dcvmx-l2c-defs.h855 static inline uint64_t CVMX_L2C_VIRTID_IOBX(unsigned long offset) in CVMX_L2C_VIRTID_IOBX() function
867 #define CVMX_L2C_VIRTID_IOBX(offset) (CVMX_ADD_IO_SEG(0x00011800808C0200ull) + ((offset) & 1) * 8) macro