Searched refs:tad (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/edac/
H A Docteon_edac-l2c.c60 static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad) argument
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,
[all...]
H A Dthunderx_edac.c1762 struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c, local
1765 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx));
1766 struct l2c_err_ctx *ctx = &tad->err_ctx[head];
1768 ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C);
1772 ctx->reg_ext = readq(tad->regs + L2C_TAD_TQD_ERR);
1775 ctx->reg_ext = readq(tad->regs + L2C_TAD_TTG_ERR);
1778 ctx->reg_ext = readq(tad->regs + L2C_TAD_TIMEOUT);
1781 ctx->reg_ext = readq(tad->regs + L2C_TAD_ERR);
1784 writeq(ctx->reg_int, tad
[all...]
/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c204 int tad; local
227 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
228 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad),
241 int tad; local
243 for (tad = 0; tad < CVMX_L2C_TADS; tad++)
244 counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad));
252 int tad; local
263 int tad; local
275 int tad; local
[all...]
/linux-master/drivers/scsi/
H A Dhpsa_cmd.h366 #define GET_TYPE(tad) ((tad) & 0x07)
367 #define GET_ATTR(tad) (((tad) >> 3) & 0x07)
368 #define GET_DIR(tad) (((tad) >> 6) & 0x03)

Completed in 198 milliseconds