Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Dxgene_edac.c178 unsigned int pcp_hp_stat; in xgene_edac_mc_check() local
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() local
1638 u32 pcp_hp_stat; in xgene_edac_soc_check() local
1651 if (pcp_hp_stat & IOB_XGIC_ERR_MASK) in xgene_edac_soc_check()
1657 if (pcp_hp_stat & IOB_PA_ERR_MASK) in xgene_edac_soc_check()
1815 unsigned int pcp_hp_stat; in xgene_edac_isr() local
1820 if ((MCU_UNCORR_ERR_MASK & pcp_hp_stat) || in xgene_edac_isr()
1821 (MCU_CTL_ERR_MASK & pcp_hp_stat) || in xgene_edac_isr()
[all …]