Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dedac.h193 MEM_DDR, enumerator
217 #define MEM_FLAG_DDR BIT(MEM_DDR)
/Linux-v5.10/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()
Dfsl_ddr_edac.c426 mtype = MEM_DDR; in fsl_ddr_init_csrows()
Dghes_edac.c130 dimm->mtype = MEM_DDR; in assign_dmi_dimm_info()
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.c151 [MEM_DDR] = "Unbuffered-DDR",
Damd64_edac.c1065 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()