Searched refs:l2c (Results 1 – 4 of 4) sorted by relevance
| /drivers/edac/ |
| A D | octeon_edac-l2c.c | 31 edac_device_handle_ce(l2c, 0, 0, in octeon_l2c_poll_oct1() 36 edac_device_handle_ue(l2c, 0, 0, in octeon_l2c_poll_oct1() 46 edac_device_handle_ce(l2c, 0, 1, in octeon_l2c_poll_oct1() 51 edac_device_handle_ue(l2c, 0, 1, in octeon_l2c_poll_oct1() 130 _octeon_l2c_poll_oct2(l2c, i); in octeon_l2c_poll_oct2() 142 if (!l2c) in octeon_l2c_probe() 145 l2c->dev = &pdev->dev; in octeon_l2c_probe() 146 platform_set_drvdata(pdev, l2c); in octeon_l2c_probe() 149 l2c->mod_name = "octeon-l2c"; in octeon_l2c_probe() 182 edac_device_free_ctl_info(l2c); in octeon_l2c_probe() [all …]
|
| A D | thunderx_edac.c | 1841 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx)); in thunderx_l2c_threaded_isr() 1879 l2c->pdev->device); in thunderx_l2c_threaded_isr() 1883 while (CIRC_CNT(l2c->ring_head, l2c->ring_tail, in thunderx_l2c_threaded_isr() 1899 l2c->ring_tail++; in thunderx_l2c_threaded_isr() 1941 struct thunderx_l2c *l2c; in thunderx_l2c_probe() local 2010 if (!l2c->regs) { in thunderx_l2c_probe() 2016 l2c->pdev = pdev; in thunderx_l2c_probe() 2018 l2c->ring_head = 0; in thunderx_l2c_probe() 2019 l2c->ring_tail = 0; in thunderx_l2c_probe() 2021 l2c->msix_ent.entry = 0; in thunderx_l2c_probe() [all …]
|
| A D | Makefile | 72 obj-$(CONFIG_EDAC_OCTEON_L2C) += octeon_edac-l2c.o
|
| /drivers/staging/octeon/ |
| A D | octeon-stubs.h | 1022 uint64_t l2c:1; member 1056 uint64_t l2c:1; member 1091 uint64_t l2c:1; member 1122 uint64_t l2c:1; member
|
Completed in 19 milliseconds