Home
last modified time | relevance | path

Searched refs:tad (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/Documentation/devicetree/bindings/perf/
A Dmarvell-cn10k-tad.yaml23 const: marvell,cn10k-tad-pmu
28 marvell,tad-cnt:
32 marvell,tad-page-size:
36 marvell,tad-pmu-page-size:
43 - marvell,tad-cnt
44 - marvell,tad-page-size
45 - marvell,tad-pmu-page-size
52 tad {
57 compatible = "marvell,cn10k-tad-pmu";
59 marvell,tad-cnt = <1>;
[all …]
/linux-6.3-rc2/drivers/edac/
A Docteon_edac-l2c.c60 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 …]
A Dthunderx_edac.c1763 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()
/linux-6.3-rc2/arch/mips/cavium-octeon/executive/
A Dcvmx-l2c.c204 int tad; in cvmx_l2c_config_perf() local
227 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_config_perf()
228 cvmx_write_csr(CVMX_L2C_TADX_PRF(tad), in cvmx_l2c_config_perf()
241 int tad; in cvmx_l2c_read_perf() local
243 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
252 int tad; in cvmx_l2c_read_perf() local
254 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
263 int tad; in cvmx_l2c_read_perf() local
265 for (tad = 0; tad < CVMX_L2C_TADS; tad++) in cvmx_l2c_read_perf()
275 int tad; in cvmx_l2c_read_perf() local
[all …]
/linux-6.3-rc2/drivers/scsi/
A Dhpsa_cmd.h366 #define GET_TYPE(tad) ((tad) & 0x07) argument
367 #define GET_ATTR(tad) (((tad) >> 3) & 0x07) argument
368 #define GET_DIR(tad) (((tad) >> 6) & 0x03) argument
/linux-6.3-rc2/Documentation/networking/
A Dfib_trie.rst58 as the opposite of "empty", which might be a tad confusing.)

Completed in 16 milliseconds