Searched refs:MEM_DDR2 (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dedac.h161 * @MEM_DDR2: DDR2 RAM, as described at JEDEC JESD79-2F.
204 MEM_DDR2, enumerator in enum:mem_type
236 #define MEM_FLAG_DDR2 BIT(MEM_DDR2)
/linux-master/drivers/edac/
H A Dti_edac.c184 dimm->mtype = MEM_DDR2;
H A Di3000_edac.c412 dimm->mtype = MEM_DDR2;
H A Dx38_edac.c387 dimm->mtype = MEM_DDR2;
H A Di82975x_edac.c419 dimm->mtype = MEM_DDR2; /* I82975x supports only DDR2 */
H A Di3200_edac.c405 dimm->mtype = MEM_DDR2;
H A Dghes_edac.c142 dimm->mtype = MEM_DDR2;
H A Dfsl_ddr_edac.c426 mtype = MEM_DDR2;
H A Dppc4xx_edac.c852 return rden ? MEM_RDDR2 : MEM_DDR2;
H A Dedac_mc.c151 [MEM_DDR2] = "Unbuffered-DDR2",
H A Dsynopsys_edac.c758 mt = MEM_DDR2;
H A Damd64_edac.c1596 pvt->dram_type = (pvt->dclr0 & BIT(16)) ? MEM_DDR2 : MEM_RDDR2;

Completed in 175 milliseconds