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

/linux-master/include/linux/
H A Dedac.h156 * @MEM_RDDR: Registered Double data rate SDRAM
202 MEM_RDDR, enumerator in enum:mem_type
234 #define MEM_FLAG_RDDR BIT(MEM_RDDR)
/linux-master/drivers/edac/
H A Damd76x_edac.c213 dimm->mtype = MEM_RDDR;
H A Dr82600_edac.c258 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR;
H A Dghes_edac.c134 dimm->mtype = MEM_RDDR;
H A De7xxx_edac.c413 dimm->mtype = MEM_RDDR; /* only one type supported */
H A Dfsl_ddr_edac.c405 mtype = MEM_RDDR;
H A Dppc4xx_edac.c854 return rden ? MEM_RDDR : MEM_DDR;
H A De752x_edac.c1131 dimm->mtype = MEM_RDDR; /* only one type supported */
H A Dedac_mc.c149 [MEM_RDDR] = "Registered-DDR",
H A Dcpc925_edac.c371 dimm->mtype = MEM_RDDR;
H A Damd64_edac.c1589 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR;

Completed in 154 milliseconds