Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dedac.h211 MEM_DDR, enumerator
233 #define MEM_FLAG_DDR BIT(MEM_DDR)
/linux-4.4.14/drivers/edac/
Dpasemi_edac.c184 dimm->mtype = MEM_DDR; in pasemi_edac_init_csrows()
Dr82600_edac.c260 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
Di82875p_edac.c382 dimm->mtype = MEM_DDR; in i82875p_init_csrows()
Dghes_edac.c107 dimm->mtype = MEM_DDR; in ghes_edac_dmidecode()
Dppc4xx_edac.c872 return rden ? MEM_RDDR : MEM_DDR; in ppc4xx_edac_get_mtype()
Dmv64x60_edac.c679 dimm->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
Dedac_mc_sysfs.c103 [MEM_DDR] = "Unbuffered-DDR",
Dedac_mc.c142 [MEM_DDR] = "Double data rate SDRAM",
Dmpc85xx_edac.c962 mtype = MEM_DDR; in mpc85xx_init_csrows()
Damd64_edac.c849 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()