Lines Matching refs:sa
2397 unsigned long long ea, sa; in compute_fsl_memctl_config_regs() local
2425 sa = common_dimm->base_address; in compute_fsl_memctl_config_regs()
2426 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
2439 sa = common_dimm->base_address; in compute_fsl_memctl_config_regs()
2440 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
2444 sa = dimm_params[dimm_number].base_address + in compute_fsl_memctl_config_regs()
2446 ea = sa + 2 * rank_density - 1; in compute_fsl_memctl_config_regs()
2448 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2449 ea = sa + 2 * rank_density - 1; in compute_fsl_memctl_config_regs()
2454 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2455 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2457 sa += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2460 sa = 0; in compute_fsl_memctl_config_regs()
2468 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2469 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2471 sa += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2474 sa = 0; in compute_fsl_memctl_config_regs()
2481 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2482 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2484 sa += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2487 sa = 0; in compute_fsl_memctl_config_regs()
2494 sa >>= 24; in compute_fsl_memctl_config_regs()
2499 | ((sa & 0xffff) << 16) /* starting address */ in compute_fsl_memctl_config_regs()