Home
last modified time | relevance | path

Searched refs:MEM_DDR (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dedac.h193 MEM_DDR, enumerator
217 #define MEM_FLAG_DDR BIT(MEM_DDR)
/OK3568_Linux_fs/kernel/drivers/edac/
H A Dpasemi_edac.c172 dimm->mtype = MEM_DDR; in pasemi_edac_init_csrows()
H A Dr82600_edac.c259 dimm->mtype = reg_sdram ? MEM_RDDR : MEM_DDR; in r82600_init_csrows()
H A Di82875p_edac.c381 dimm->mtype = MEM_DDR; in i82875p_init_csrows()
H A Dfsl_ddr_edac.c426 mtype = MEM_DDR; in fsl_ddr_init_csrows()
H A Dghes_edac.c135 dimm->mtype = MEM_DDR; in assign_dmi_dimm_info()
H A Dppc4xx_edac.c867 return rden ? MEM_RDDR : MEM_DDR; in ppc4xx_edac_get_mtype()
H A Dmv64x60_edac.c675 dimm->mtype = (ctl & MV64X60_SDRAM_REGISTERED) ? MEM_RDDR : MEM_DDR; in mv64x60_init_csrows()
H A Dedac_mc.c151 [MEM_DDR] = "Unbuffered-DDR",
H A Damd64_edac.c1084 pvt->dram_type = (pvt->dclr0 & BIT(18)) ? MEM_DDR : MEM_RDDR; in determine_memory_type()