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
243 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
244 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad)); in cvmx_l2c_read_perf()
252 int tad; in cvmx_l2c_read_perf() local
254 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
255 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad)); in cvmx_l2c_read_perf()
263 int tad; in cvmx_l2c_read_perf() local
265 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
266 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC2(tad)); in cvmx_l2c_read_perf()
275 int tad; in cvmx_l2c_read_perf() local
277 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
278 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC3(tad)); in cvmx_l2c_read_perf()