Lines Matching defs:mcu
437 static int xgene_edac_mc_remove(struct xgene_edac_mc_ctx *mcu)
439 xgene_edac_mc_irq_ctl(mcu->mci, false);
440 edac_mc_del_mc(&mcu->mci->dev);
441 edac_mc_free(mcu->mci);
1824 struct xgene_edac_mc_ctx *mcu;
1826 list_for_each_entry(mcu, &ctx->mcus, next)
1827 xgene_edac_mc_check(mcu->mci);
1966 struct xgene_edac_mc_ctx *mcu;
1973 list_for_each_entry_safe(mcu, temp_mcu, &edac->mcus, next)
1974 xgene_edac_mc_remove(mcu);