Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dedac.h201 MEM_DDR, enumerator
225 #define MEM_FLAG_DDR BIT(MEM_DDR)
/Linux-v5.4/drivers/edac/
Dpasemi_edac.c172 dimm->mtype = MEM_DDR; in pasemi_edac_init_csrows()
Dr82600_edac.c259 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
Di82875p_edac.c381 dimm->mtype = MEM_DDR; in i82875p_init_csrows()
Dghes_edac.c124 dimm->mtype = MEM_DDR; in ghes_edac_dmidecode()
Dfsl_ddr_edac.c426 mtype = MEM_DDR; in fsl_ddr_init_csrows()
Dppc4xx_edac.c867 return rden ? MEM_RDDR : MEM_DDR; in ppc4xx_edac_get_mtype()
Dmv64x60_edac.c675 dimm->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
Dedac_mc.c204 [MEM_DDR] = "Unbuffered-DDR",
Damd64_edac.c1064 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()