Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Ddmc520_edac.c47 #define DRAM_ECC_INT_UE_BIT BIT(3) macro
133 .mask = DRAM_ECC_INT_UE_BIT
398 i_mask = is_ce ? DRAM_ECC_INT_CE_BIT : DRAM_ECC_INT_UE_BIT; in dmc520_edac_dram_ecc_isr()
420 if ((irq_mask & DRAM_ECC_INT_UE_BIT) && in dmc520_edac_dram_all_isr()
421 (status & DRAM_ECC_INT_UE_BIT)) in dmc520_edac_dram_all_isr()
578 if (irq_mask_all & DRAM_ECC_INT_UE_BIT) in dmc520_edac_probe()