Searched refs:tad (Results 1 – 3 of 3) sorted by relevance
/drivers/edac/ |
D | octeon_edac-l2c.c | 60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) in _octeon_l2c_poll_oct2() argument 68 err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad)); in _octeon_l2c_poll_oct2() 79 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 85 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 91 edac_device_handle_ue(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 97 edac_device_handle_ce(l2c, tad, 1, buf2); in _octeon_l2c_poll_oct2() 100 cvmx_write_csr(CVMX_L2C_ERR_TDTX(tad), err_tdtx_reset.u64); in _octeon_l2c_poll_oct2() 103 err_ttgx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TTGX(tad)); in _octeon_l2c_poll_oct2() 114 edac_device_handle_ue(l2c, tad, 0, buf2); in _octeon_l2c_poll_oct2() 120 edac_device_handle_ce(l2c, tad, 0, buf2); in _octeon_l2c_poll_oct2() [all …]
|
D | thunderx_edac.c | 1763 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, in thunderx_l2c_tad_isr() local 1766 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr() 1767 struct l2c_err_ctx *ctx = &tad->err_ctx[head]; in thunderx_l2c_tad_isr() 1769 ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C); in thunderx_l2c_tad_isr() 1773 ctx->reg_ext = readq(tad->regs + L2C_TAD_TQD_ERR); in thunderx_l2c_tad_isr() 1776 ctx->reg_ext = readq(tad->regs + L2C_TAD_TTG_ERR); in thunderx_l2c_tad_isr() 1779 ctx->reg_ext = readq(tad->regs + L2C_TAD_TIMEOUT); in thunderx_l2c_tad_isr() 1782 ctx->reg_ext = readq(tad->regs + L2C_TAD_ERR); in thunderx_l2c_tad_isr() 1785 writeq(ctx->reg_int, tad->regs + L2C_TAD_INT_W1C); in thunderx_l2c_tad_isr() 1787 tad->ring_head++; in thunderx_l2c_tad_isr()
|
/drivers/scsi/ |
D | hpsa_cmd.h | 362 #define GET_TYPE(tad) ((tad) & 0x07) argument 363 #define GET_ATTR(tad) (((tad) >> 3) & 0x07) argument 364 #define GET_DIR(tad) (((tad) >> 6) & 0x03) argument
|