Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Dppc4xx_edac.h112 #define SDRAM_MCOPT1_RDEN_MASK PPC_REG_VAL(4, 0x1) /* Rgstrd DIMM mask */ macro
Dppc4xx_edac.c866 bool rden = ((mcopt1 & SDRAM_MCOPT1_RDEN_MASK) == SDRAM_MCOPT1_RDEN); in ppc4xx_edac_get_mtype()