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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dppc4xx_edac.c821 * @mcopt1: The 32-bit Memory Controller Option 1 register value
837 ppc4xx_edac_get_dtype(u32 mcopt1) argument
839 switch (mcopt1 & SDRAM_MCOPT1_WDTH_MASK) {
851 * @mcopt1: The 32-bit Memory Controller Option 1 register value
861 ppc4xx_edac_get_mtype(u32 mcopt1) argument
863 bool rden = ((mcopt1 & SDRAM_MCOPT1_RDEN_MASK) == SDRAM_MCOPT1_RDEN);
865 switch (mcopt1 & SDRAM_MCOPT1_DDR_TYPE_MASK) {
880 * @mcopt1: The 32-bit Memory Controller Option 1 register value
892 ppc4xx_edac_init_csrows(struct mem_ctl_info *mci, u32 mcopt1) argument
905 mtype = ppc4xx_edac_get_mtype(mcopt1);
1016 ppc4xx_edac_mc_init(struct mem_ctl_info *mci, struct platform_device *op, const struct of_device_id *match, const dcr_host_t *dcr_host, u32 mcopt1) argument
1244 u32 mcopt1, memcheck; local
[all...]

Completed in 40 milliseconds