Searched refs:pcp_hp_stat (Results 1 – 1 of 1) sorted by relevance
178 unsigned int pcp_hp_stat; in xgene_edac_mc_check() local186 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_mc_check()188 if (!((MCU_UNCORR_ERR_MASK & pcp_hp_stat) || in xgene_edac_mc_check()189 (MCU_CTL_ERR_MASK & pcp_hp_stat) || in xgene_edac_mc_check()738 unsigned int pcp_hp_stat; in xgene_edac_pmd_check() local741 xgene_edac_pcp_rd(ctx->edac, PCPHPERRINTSTS, &pcp_hp_stat); in xgene_edac_pmd_check()742 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 …]