Searched refs:edac (Results 1 – 9 of 9) sorted by relevance
| /drivers/edac/ |
| A D | xgene_edac.c | 77 spin_lock(&edac->lock); in xgene_edac_pcp_clrbits() 89 spin_lock(&edac->lock); in xgene_edac_pcp_setbits() 353 tmp_ctx.edac = edac; in xgene_edac_mc_add() 927 ctx->edac = edac; in xgene_edac_pmd_add() 943 dev_err(edac->dev, in xgene_edac_pmd_add() 1204 dev_err(edac->dev, in xgene_edac_l3_add() 1222 ctx->edac = edac; in xgene_edac_l3_add() 1743 dev_err(edac->dev, in xgene_edac_soc_add() 1761 ctx->edac = edac; in xgene_edac_soc_add() 1850 edac = devm_kzalloc(&pdev->dev, sizeof(*edac), GFP_KERNEL); in xgene_edac_probe() [all …]
|
| A D | ti_edac.c | 84 return readl_relaxed(edac->reg + offset); in ti_edac_readl() 89 writel_relaxed(val, edac->reg + offset); in ti_edac_writel() 95 struct ti_edac *edac = mci->pvt_info; in ti_edac_isr() local 100 irq_status = ti_edac_readl(edac, EMIF_IRQ_STATUS); in ti_edac_isr() 133 struct ti_edac *edac = mci->pvt_info; in ti_edac_setup_dimm() local 140 val = ti_edac_readl(edac, EMIF_SDRAM_CONFIG); in ti_edac_setup_dimm() 188 val = ti_edac_readl(edac, EMIF_ECC_CTRL); in ti_edac_setup_dimm() 239 struct ti_edac *edac; in ti_edac_probe() local 264 edac = mci->pvt_info; in ti_edac_probe() 265 edac->reg = reg; in ti_edac_probe() [all …]
|
| A D | altera_edac.c | 1930 dci->dev = edac->dev; in altr_edac_a10_device_add() 1933 altdev->edac = edac; in altr_edac_a10_device_add() 2109 edac = devm_kzalloc(&pdev->dev, sizeof(*edac), GFP_KERNEL); in altr_edac_a10_probe() 2110 if (!edac) in altr_edac_a10_probe() 2117 edac->ecc_mgr_map = in altr_edac_a10_probe() 2136 if (!edac->domain) { in altr_edac_a10_probe() 2142 if (edac->sb_irq < 0) in altr_edac_a10_probe() 2143 return edac->sb_irq; in altr_edac_a10_probe() 2147 edac); in altr_edac_a10_probe() 2175 if (edac->db_irq < 0) in altr_edac_a10_probe() [all …]
|
| A D | altera_edac.h | 383 struct altr_arria10_edac *edac; member
|
| A D | Kconfig | 22 The mailing list for the EDAC project is linux-edac@vger.kernel.org. 31 Use 'Y' if your edac utilities aren't ported to work with the newer 124 (/sys/devices/system/edac/mc/mcX), there are 3 input files:
|
| /drivers/cxl/core/ |
| A D | Makefile | 22 cxl_core-$(CONFIG_CXL_EDAC_MEM_FEATURES) += edac.o
|
| /drivers/cxl/ |
| A D | Kconfig | 143 Documentation/ABI/testing/sysfs-edac-scrub. 161 Documentation/ABI/testing/sysfs-edac-ecs. 182 Documentation/ABI/testing/sysfs-edac-memory-repair.
|
| /drivers/ |
| A D | Makefile | 128 obj-$(CONFIG_EDAC) += edac/
|
| A D | Kconfig | 134 source "drivers/edac/Kconfig"
|
Completed in 26 milliseconds