Searched refs:MEM_DDR (Results 1 – 9 of 9) sorted by relevance
122 MEM_DDR, enumerator141 #define MEM_FLAG_DDR BIT(MEM_DDR)
181 csrow->mtype = MEM_DDR; in pasemi_edac_init_csrows()
254 csrow->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
375 csrow->mtype = MEM_DDR; in i82875p_init_csrows()
868 return rden ? MEM_RDDR : MEM_DDR; in ppc4xx_edac_get_mtype()
672 csrow->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
93 [MEM_DDR] = "Unbuffered-DDR",
913 mtype = MEM_DDR; in mpc85xx_init_csrows()
919 type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in amd64_determine_memory_type()