Lines Matching refs:tad
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()
124 cvmx_write_csr(CVMX_L2C_ERR_TTGX(tad), err_ttgx_reset.u64); in _octeon_l2c_poll_oct2()