Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dedac.h201 MEM_RDDR, enumerator
225 #define MEM_FLAG_RDDR BIT(MEM_RDDR)
/Linux-v4.19/drivers/edac/
Damd76x_edac.c214 dimm->mtype = MEM_RDDR; in amd76x_init_csrows()
Dr82600_edac.c259 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
De7xxx_edac.c414 dimm->mtype = MEM_RDDR; /* only one type supported */ in e7xxx_init_csrows()
Dghes_edac.c112 dimm->mtype = MEM_RDDR; in ghes_edac_dmidecode()
Dfsl_ddr_edac.c404 mtype = MEM_RDDR; in fsl_ddr_init_csrows()
Dppc4xx_edac.c872 return rden ? MEM_RDDR : MEM_DDR; in ppc4xx_edac_get_mtype()
Dmv64x60_edac.c675 dimm->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
Dcpc925_edac.c383 dimm->mtype = MEM_RDDR; in cpc925_init_csrows()
Dedac_mc.c207 [MEM_RDDR] = "Registered-DDR",
De752x_edac.c1132 dimm->mtype = MEM_RDDR; /* only one type supported */ in e752x_init_csrows()
Damd64_edac.c1006 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()