Searched refs:pcp_hp_stat (Results 1 – 1 of 1) sorted by relevance
189 unsigned int pcp_hp_stat; in xgene_edac_mc_check() local197 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_mc_check()199 if (!((MCU_UNCORR_ERR_MASK & pcp_hp_stat) || in xgene_edac_mc_check()200 (MCU_CTL_ERR_MASK & pcp_hp_stat) || in xgene_edac_mc_check()749 unsigned int pcp_hp_stat; in xgene_edac_pmd_check() local752 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_pmd_check()753 if (!((PMD0_MERR_MASK << ctx->pmd) & pcp_hp_stat)) in xgene_edac_pmd_check()1653 u32 pcp_hp_stat; in xgene_edac_soc_check() local1658 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_soc_check()1661 if (!((pcp_hp_stat & (IOB_PA_ERR_MASK | IOB_BA_ERR_MASK | in xgene_edac_soc_check()[all …]