Lines Matching refs:ea
2376 unsigned long long ea, sa; in compute_fsl_memctl_config_regs() local
2405 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
2419 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
2425 ea = sa + 2 * rank_density - 1; in compute_fsl_memctl_config_regs()
2428 ea = sa + 2 * rank_density - 1; in compute_fsl_memctl_config_regs()
2434 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2437 ea += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2440 ea = 0; in compute_fsl_memctl_config_regs()
2443 ea += rank_density; in compute_fsl_memctl_config_regs()
2448 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2451 ea += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2454 ea = 0; in compute_fsl_memctl_config_regs()
2457 ea += (rank_density >> dbw_cap_adj); in compute_fsl_memctl_config_regs()
2461 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2464 ea += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2467 ea = 0; in compute_fsl_memctl_config_regs()
2474 ea >>= 24; in compute_fsl_memctl_config_regs()
2479 | ((ea & 0xffff) << 0) /* ending address */ in compute_fsl_memctl_config_regs()