Searched refs:pcp_hp_stat (Results 1 – 1 of 1) sorted by relevance
177 unsigned int pcp_hp_stat; in xgene_edac_mc_check() local185 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_mc_check()187 if (!((MCU_UNCORR_ERR_MASK & pcp_hp_stat) || in xgene_edac_mc_check()188 (MCU_CTL_ERR_MASK & pcp_hp_stat) || in xgene_edac_mc_check()737 unsigned int pcp_hp_stat; in xgene_edac_pmd_check() local740 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_pmd_check()741 if (!((PMD0_MERR_MASK << ctx->pmd) & pcp_hp_stat)) in xgene_edac_pmd_check()1638 u32 pcp_hp_stat; in xgene_edac_soc_check() local1643 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_soc_check()1646 if (!((pcp_hp_stat & (IOB_PA_ERR_MASK | IOB_BA_ERR_MASK | in xgene_edac_soc_check()[all …]