Home
last modified time | relevance | path

Searched refs:MEM_DDR2 (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/include/linux/
Dedac.h204 MEM_DDR2, enumerator
228 #define MEM_FLAG_DDR2 BIT(MEM_DDR2)
/linux-4.19.296/drivers/edac/
Dti_edac.c184 dimm->mtype = MEM_DDR2; in ti_edac_setup_dimm()
Dsynopsys_edac.c346 mt = MEM_DDR2; in synps_edac_get_mtype()
Di3000_edac.c413 dimm->mtype = MEM_DDR2; in i3000_probe1()
Dx38_edac.c388 dimm->mtype = MEM_DDR2; in x38_probe1()
Di3200_edac.c407 dimm->mtype = MEM_DDR2; in i3200_probe1()
Di82975x_edac.c427 dimm->mtype = MEM_DDR2; /* I82975x supports only DDR2 */ in i82975x_init_csrows()
Dghes_edac.c120 dimm->mtype = MEM_DDR2; in ghes_edac_dmidecode()
Dfsl_ddr_edac.c425 mtype = MEM_DDR2; in fsl_ddr_init_csrows()
Dppc4xx_edac.c870 return rden ? MEM_RDDR2 : MEM_DDR2; in ppc4xx_edac_get_mtype()
Dedac_mc.c209 [MEM_DDR2] = "Unbuffered-DDR2",
Damd64_edac.c1018 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2; in determine_memory_type()