Searched refs:tad (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | octeon_edac-l2c.c | 61 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) in _octeon_l2c_poll_oct2() argument 69 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); in _octeon_l2c_poll_oct2() 80 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 86 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 92 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 98 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 101 cvmx_write_csr(CVMX_L2C_ERR_TDTX(tad), err_tdtx_reset.u64); in _octeon_l2c_poll_oct2() 104 err_ttgx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TTGX(tad)); in _octeon_l2c_poll_oct2() 115 edac_device_handle_ue(l2c, tad, 0, buf2); in _octeon_l2c_poll_oct2() 121 edac_device_handle_ce(l2c, tad, 0, buf2); in _octeon_l2c_poll_oct2() [all …]
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-l2c.c | 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 [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | hpsa_cmd.h | 338 #define GET_TYPE(tad) ((tad) & 0x07) argument 339 #define GET_ATTR(tad) (((tad) >> 3) & 0x07) argument 340 #define GET_DIR(tad) (((tad) >> 6) & 0x03) argument
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 54 as the opposite of "empty", which might be a tad confusing.)
|