Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/edac/
Dxgene_edac.c514 void __iomem *pmd_csr; member
526 pg_f = ctx->pmd_csr + cpu_idx * CPU_CSR_STRIDE + CPU_MEMERR_CPU_PAGE; in xgene_edac_pmd_l1_check()
669 pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_l2_check()
722 pg_d = ctx->pmd_csr + CPU_L2C_PAGE; in xgene_edac_pmd_l2_check()
756 void __iomem *pg_f = ctx->pmd_csr + cpu * CPU_CSR_STRIDE + in xgene_edac_pmd_cpu_hw_cfg()
771 void __iomem *pg_d = ctx->pmd_csr + CPU_L2C_PAGE; in xgene_edac_pmd_hw_cfg()
772 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_hw_cfg()
816 cpux_pg_f = ctx->pmd_csr + i * CPU_CSR_STRIDE + in xgene_edac_pmd_l1_inject_ctrl_write()
838 void __iomem *pg_e = ctx->pmd_csr + CPU_MEMERR_L2C_PAGE; in xgene_edac_pmd_l2_inject_ctrl_write()
940 ctx->pmd_csr = devm_ioremap_resource(edac->dev, &res); in xgene_edac_pmd_add()
[all …]