Lines Matching refs:tad
202 int tad; in cvmx_l2c_config_perf() local
225 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_config_perf()
226 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad), in cvmx_l2c_config_perf()
239 int tad; in cvmx_l2c_read_perf() local
240 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
241 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad)); in cvmx_l2c_read_perf()
249 int tad; in cvmx_l2c_read_perf() local
250 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
251 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad)); in cvmx_l2c_read_perf()
259 int tad; in cvmx_l2c_read_perf() local
260 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
261 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC2(tad)); in cvmx_l2c_read_perf()
270 int tad; in cvmx_l2c_read_perf() local
271 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
272 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC3(tad)); in cvmx_l2c_read_perf()