Home
last modified time | relevance | path

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

/openbmc/linux/drivers/edac/
H A Dppc4xx_edac.c823 static enum dev_type ppc4xx_edac_get_dtype(u32 mcopt1) in ppc4xx_edac_get_dtype() argument
825 switch (mcopt1 & SDRAM_MCOPT1_WDTH_MASK) { in ppc4xx_edac_get_dtype()
846 static enum mem_type ppc4xx_edac_get_mtype(u32 mcopt1) in ppc4xx_edac_get_mtype() argument
850 switch (mcopt1 & SDRAM_MCOPT1_DDR_TYPE_MASK) { in ppc4xx_edac_get_mtype()
888 mtype = ppc4xx_edac_get_mtype(mcopt1); in ppc4xx_edac_init_csrows()
889 dtype = ppc4xx_edac_get_dtype(mcopt1); in ppc4xx_edac_init_csrows()
995 const dcr_host_t *dcr_host, u32 mcopt1) in ppc4xx_edac_mc_init() argument
1058 status = ppc4xx_edac_init_csrows(mci, mcopt1); in ppc4xx_edac_mc_init()
1212 u32 mcopt1, memcheck; in ppc4xx_edac_probe() local
1247 mcopt1 = mfsdram(&dcr_host, SDRAM_MCOPT1); in ppc4xx_edac_probe()
[all …]