Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Dxgene_edac.c515 void __iomem *pmd_csr; member
670 pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_l2_check()
723 pg_d = ctx->pmd_csr + CPU_L2C_PAGE; in xgene_edac_pmd_l2_check()
757 void __iomem *pg_f = ctx->pmd_csr + cpu * CPU_CSR_STRIDE + in xgene_edac_pmd_cpu_hw_cfg()
772 void __iomem *pg_d = ctx->pmd_csr + CPU_L2C_PAGE; in xgene_edac_pmd_hw_cfg()
773 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_hw_cfg()
817 cpux_pg_f = ctx->pmd_csr + i * CPU_CSR_STRIDE + in xgene_edac_pmd_l1_inject_ctrl_write()
839 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_l2_inject_ctrl_write()
941 ctx->pmd_csr = devm_ioremap_resource(edac->dev, &res); in xgene_edac_pmd_add()
942 if (IS_ERR(ctx->pmd_csr)) { in xgene_edac_pmd_add()
[all …]