Searched refs:CVMX_L2C_WPAR_IOBX (Results 1 – 2 of 2) sorted by relevance
181 cvmx_write_csr(CVMX_L2C_WPAR_IOBX(0), mask); in cvmx_l2c_set_hw_way_partition()191 return cvmx_read_csr(CVMX_L2C_WPAR_IOBX(0)) & 0xffff; in cvmx_l2c_get_hw_way_partition()205 cvmx_write_csr(CVMX_L2C_WPAR_IOBX(1), mask); in cvmx_l2c_set_hw_way_partition2()215 return cvmx_read_csr(CVMX_L2C_WPAR_IOBX(1)) & 0xffff; in cvmx_l2c_get_hw_way_partition2()
911 static inline uint64_t CVMX_L2C_WPAR_IOBX(unsigned long offset) in CVMX_L2C_WPAR_IOBX() function923 #define CVMX_L2C_WPAR_IOBX(offset) (CVMX_ADD_IO_SEG(0x0001180080840200ull) + ((offset) & 1) * 8) macro