Lines Matching refs:tad
204 int tad; in cvmx_l2c_config_perf() local
227 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_config_perf()
228 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad), in cvmx_l2c_config_perf()
241 int tad; in cvmx_l2c_read_perf() local
242 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
243 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad)); in cvmx_l2c_read_perf()
251 int tad; in cvmx_l2c_read_perf() local
252 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
253 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad)); in cvmx_l2c_read_perf()
261 int tad; in cvmx_l2c_read_perf() local
262 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
263 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC2(tad)); in cvmx_l2c_read_perf()
272 int tad; in cvmx_l2c_read_perf() local
273 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
274 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC3(tad)); in cvmx_l2c_read_perf()