Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-power-throttle.c216 csr_addr = CVMX_L2C_COP0_MAPX(0) + ((reg_num) << 3); in cvmx_power_throttle_csr_addr()
H A Dcvmx-l2c-defs.h167 static inline uint64_t CVMX_L2C_COP0_MAPX(unsigned long offset) in CVMX_L2C_COP0_MAPX() function
179 #define CVMX_L2C_COP0_MAPX(offset) (CVMX_ADD_IO_SEG(0x0001180080940000ull) + ((offset) & 16383) * 8) macro