Home
last modified time | relevance | path

Searched refs:MEM_RDDR (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/include/linux/
Dedac.h123 MEM_RDDR, enumerator
142 #define MEM_FLAG_RDDR BIT(MEM_RDDR)
/linux-3.4.99/drivers/edac/
Damd76x_edac.c210 csrow->mtype = MEM_RDDR; in amd76x_init_csrows()
Dr82600_edac.c254 csrow->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
De7xxx_edac.c385 csrow->mtype = MEM_RDDR; /* only one type supported */ in e7xxx_init_csrows()
Dppc4xx_edac.c868 return rden ? MEM_RDDR : MEM_DDR; in ppc4xx_edac_get_mtype()
Dcpc925_edac.c357 csrow->mtype = MEM_RDDR; in cpc925_init_csrows()
Dmv64x60_edac.c672 csrow->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
Dedac_mc_sysfs.c94 [MEM_RDDR] = "Registered-DDR",
Dmpc85xx_edac.c898 mtype = MEM_RDDR; in mpc85xx_init_csrows()
De752x_edac.c1084 csrow->mtype = MEM_RDDR; /* only one type supported */ in e752x_init_csrows()
Damd64_edac.c919 type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in amd64_determine_memory_type()