Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Ddmc520_edac.c46 #define DRAM_ECC_INT_CE_BIT BIT(2) macro
129 .mask = DRAM_ECC_INT_CE_BIT
398 i_mask = is_ce ? DRAM_ECC_INT_CE_BIT : DRAM_ECC_INT_UE_BIT; in dmc520_edac_dram_ecc_isr()
416 if ((irq_mask & DRAM_ECC_INT_CE_BIT) && in dmc520_edac_dram_all_isr()
417 (status & DRAM_ECC_INT_CE_BIT)) in dmc520_edac_dram_all_isr()
575 if (irq_mask_all & DRAM_ECC_INT_CE_BIT) in dmc520_edac_probe()