Lines Matching refs:pmd_csr
527 void __iomem *pmd_csr; member
539 pg_f = ctx->pmd_csr + cpu_idx * CPU_CSR_STRIDE + CPU_MEMERR_CPU_PAGE; in xgene_edac_pmd_l1_check()
682 pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_l2_check()
735 pg_d = ctx->pmd_csr + CPU_L2C_PAGE; in xgene_edac_pmd_l2_check()
769 void __iomem *pg_f = ctx->pmd_csr + cpu * CPU_CSR_STRIDE + in xgene_edac_pmd_cpu_hw_cfg()
784 void __iomem *pg_d = ctx->pmd_csr + CPU_L2C_PAGE; in xgene_edac_pmd_hw_cfg()
785 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_hw_cfg()
829 cpux_pg_f = ctx->pmd_csr + i * CPU_CSR_STRIDE + in xgene_edac_pmd_l1_inject_ctrl_write()
851 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_l2_inject_ctrl_write()
953 ctx->pmd_csr = devm_ioremap_resource(edac->dev, &res); in xgene_edac_pmd_add()
954 if (IS_ERR(ctx->pmd_csr)) { in xgene_edac_pmd_add()
957 rc = PTR_ERR(ctx->pmd_csr); in xgene_edac_pmd_add()