Lines Matching refs:tad
60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad)
68 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad));
79 edac_device_handle_ue(l2c, tad, 1, buf2);
85 edac_device_handle_ce(l2c, tad, 1, buf2);
91 edac_device_handle_ue(l2c, tad, 1, buf2);
97 edac_device_handle_ce(l2c, tad, 1, buf2);
100 cvmx_write_csr(CVMX_L2C_ERR_TDTX(tad), err_tdtx_reset.u64);
103 err_ttgx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TTGX(tad));
114 edac_device_handle_ue(l2c, tad, 0, buf2);
120 edac_device_handle_ce(l2c, tad, 0, buf2);
123 cvmx_write_csr(CVMX_L2C_ERR_TTGX(tad), err_ttgx_reset.u64);