Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dedac.h125 MEM_DDR2, enumerator
144 #define MEM_FLAG_DDR2 BIT(MEM_DDR2)
/linux-3.4.99/drivers/edac/
Dtile_edac.c101 csrow->mtype = MEM_DDR2; in tile_edac_init_csrows()
Di3000_edac.c399 csrow->mtype = MEM_DDR2; in i3000_probe1()
Di3200_edac.c389 csrow->mtype = MEM_DDR2; in i3200_probe1()
Dx38_edac.c386 csrow->mtype = MEM_DDR2; in x38_probe1()
Di82975x_edac.c419 csrow->mtype = MEM_DDR2; /* I82975x supports only DDR2 */ in i82975x_init_csrows()
Dppc4xx_edac.c866 return rden ? MEM_RDDR2 : MEM_DDR2; in ppc4xx_edac_get_mtype()
Dedac_mc_sysfs.c96 [MEM_DDR2] = "Unbuffered-DDR2",
Dmpc85xx_edac.c916 mtype = MEM_DDR2; in mpc85xx_init_csrows()
Damd64_edac.c917 type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2; in amd64_determine_memory_type()