Searched refs:MEM_RDDR (Results 1 - 11 of 11) 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.h133 MEM_RDDR, /* Registered Double data rate SDRAM */ enumerator in enum:mem_type
152 #define MEM_FLAG_RDDR BIT(MEM_RDDR)
H A Damd76x_edac.c210 csrow->mtype = MEM_RDDR;
H A Dr82600_edac.c254 csrow->mtype = reg_sdram ? MEM_RDDR : MEM_DDR;
H A De7xxx_edac.c381 csrow->mtype = MEM_RDDR; /* only one type supported */
H A Dppc4xx_edac.c869 return rden ? MEM_RDDR : MEM_DDR;
H A Dcpc925_edac.c356 csrow->mtype = MEM_RDDR;
H A De752x_edac.c1084 csrow->mtype = MEM_RDDR; /* only one type supported */
H A Dedac_mc_sysfs.c93 [MEM_RDDR] = "Registered-DDR",
H A Dmpc85xx_edac.c900 mtype = MEM_RDDR;
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 66 milliseconds