Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-l2c.c85 return (cvmx_read_csr(CVMX_L2C_WPAR_PPX(core)) & 0xffff); in cvmx_l2c_get_core_way_partition()
129 cvmx_write_csr(CVMX_L2C_WPAR_PPX(core), mask); in cvmx_l2c_set_core_way_partition()
H A Dcvmx-l2c-defs.h926 static inline uint64_t CVMX_L2C_WPAR_PPX(unsigned long offset) in CVMX_L2C_WPAR_PPX() function
938 #define CVMX_L2C_WPAR_PPX(offset) (CVMX_ADD_IO_SEG(0x0001180080840000ull) + ((offset) & 31) * 8) macro