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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_core.h132 MEM_DDR, /* Double data rate SDRAM */ enumerator in enum:mem_type
151 #define MEM_FLAG_DDR BIT(MEM_DDR)
H A Dpasemi_edac.c181 csrow->mtype = MEM_DDR;
H A Dr82600_edac.c254 csrow->mtype = reg_sdram ? MEM_RDDR : MEM_DDR;
H A Di82875p_edac.c375 csrow->mtype = MEM_DDR;
H A Di82975x_edac.c385 csrow->mtype = MEM_DDR; /* i82975x supports only DDR2 */
H A Dppc4xx_edac.c869 return rden ? MEM_RDDR : MEM_DDR;
H A Dedac_mc_sysfs.c92 [MEM_DDR] = "Unbuffered-DDR",
H A Dmpc85xx_edac.c915 mtype = MEM_DDR;
H A Dmv64x60_edac.c672 csrow->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR;
H A Damd64_edac.c1028 type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR;

Completed in 69 milliseconds