tad               204 arch/mips/cavium-octeon/executive/cvmx-l2c.c 		int tad;
tad               227 arch/mips/cavium-octeon/executive/cvmx-l2c.c 		for (tad = 0; tad < CVMX_L2C_TADS; tad++)
tad               228 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			cvmx_write_csr(CVMX_L2C_TADX_PRF(tad),
tad               241 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			int tad;
tad               243 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			for (tad = 0; tad < CVMX_L2C_TADS; tad++)
tad               244 arch/mips/cavium-octeon/executive/cvmx-l2c.c 				counter += cvmx_read_csr(CVMX_L2C_TADX_PFC0(tad));
tad               252 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			int tad;
tad               254 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			for (tad = 0; tad < CVMX_L2C_TADS; tad++)
tad               255 arch/mips/cavium-octeon/executive/cvmx-l2c.c 				counter += cvmx_read_csr(CVMX_L2C_TADX_PFC1(tad));
tad               263 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			int tad;
tad               265 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			for (tad = 0; tad < CVMX_L2C_TADS; tad++)
tad               266 arch/mips/cavium-octeon/executive/cvmx-l2c.c 				counter += cvmx_read_csr(CVMX_L2C_TADX_PFC2(tad));
tad               275 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			int tad;
tad               277 arch/mips/cavium-octeon/executive/cvmx-l2c.c 			for (tad = 0; tad < CVMX_L2C_TADS; tad++)
tad               278 arch/mips/cavium-octeon/executive/cvmx-l2c.c 				counter += cvmx_read_csr(CVMX_L2C_TADX_PFC3(tad));
tad                60 drivers/edac/octeon_edac-l2c.c static void _octeon_l2c_poll_oct2(struct edac_device_ctl_info *l2c, int tad)
tad                68 drivers/edac/octeon_edac-l2c.c 	err_tdtx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TDTX(tad));
tad                79 drivers/edac/octeon_edac-l2c.c 		edac_device_handle_ue(l2c, tad, 1, buf2);
tad                85 drivers/edac/octeon_edac-l2c.c 		edac_device_handle_ce(l2c, tad, 1, buf2);
tad                91 drivers/edac/octeon_edac-l2c.c 		edac_device_handle_ue(l2c, tad, 1, buf2);
tad                97 drivers/edac/octeon_edac-l2c.c 		edac_device_handle_ce(l2c, tad, 1, buf2);
tad               100 drivers/edac/octeon_edac-l2c.c 		cvmx_write_csr(CVMX_L2C_ERR_TDTX(tad), err_tdtx_reset.u64);
tad               103 drivers/edac/octeon_edac-l2c.c 	err_ttgx.u64 = cvmx_read_csr(CVMX_L2C_ERR_TTGX(tad));
tad               114 drivers/edac/octeon_edac-l2c.c 		edac_device_handle_ue(l2c, tad, 0, buf2);
tad               120 drivers/edac/octeon_edac-l2c.c 		edac_device_handle_ce(l2c, tad, 0, buf2);
tad               123 drivers/edac/octeon_edac-l2c.c 		cvmx_write_csr(CVMX_L2C_ERR_TTGX(tad), err_ttgx_reset.u64);
tad              1763 drivers/edac/thunderx_edac.c 	struct thunderx_l2c *tad = container_of(msix, struct thunderx_l2c,
tad              1766 drivers/edac/thunderx_edac.c 	unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx));
tad              1767 drivers/edac/thunderx_edac.c 	struct l2c_err_ctx *ctx = &tad->err_ctx[head];
tad              1769 drivers/edac/thunderx_edac.c 	ctx->reg_int = readq(tad->regs + L2C_TAD_INT_W1C);
tad              1773 drivers/edac/thunderx_edac.c 		ctx->reg_ext = readq(tad->regs + L2C_TAD_TQD_ERR);
tad              1776 drivers/edac/thunderx_edac.c 		ctx->reg_ext = readq(tad->regs + L2C_TAD_TTG_ERR);
tad              1779 drivers/edac/thunderx_edac.c 		ctx->reg_ext = readq(tad->regs + L2C_TAD_TIMEOUT);
tad              1782 drivers/edac/thunderx_edac.c 		ctx->reg_ext = readq(tad->regs + L2C_TAD_ERR);
tad              1785 drivers/edac/thunderx_edac.c 	writeq(ctx->reg_int, tad->regs + L2C_TAD_INT_W1C);
tad              1787 drivers/edac/thunderx_edac.c 	tad->ring_head++;
tad               362 drivers/scsi/hpsa_cmd.h #define GET_TYPE(tad) ((tad) & 0x07)
tad               363 drivers/scsi/hpsa_cmd.h #define GET_ATTR(tad) (((tad) >> 3) & 0x07)
tad               364 drivers/scsi/hpsa_cmd.h #define GET_DIR(tad) (((tad) >> 6) & 0x03)