Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dedac.h202 MEM_RDDR, enumerator
234 #define MEM_FLAG_RDDR BIT(MEM_RDDR)
/linux/drivers/edac/
H A Damd76x_edac.c213 dimm->mtype = MEM_RDDR; in amd76x_init_csrows()
H A Dr82600_edac.c258 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
H A De7xxx_edac.c413 dimm->mtype = MEM_RDDR; /* only one type supported */ in e7xxx_init_csrows()
H A Dghes_edac.c134 dimm->mtype = MEM_RDDR; in assign_dmi_dimm_info()
H A Dcpc925_edac.c371 dimm->mtype = MEM_RDDR; in cpc925_init_csrows()
H A Dedac_mc.c149 [MEM_RDDR] = "Registered-DDR",
H A De752x_edac.c1131 dimm->mtype = MEM_RDDR; /* only one type supported */ in e752x_init_csrows()
H A Damd64_edac.c1584 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in dct_determine_memory_type()