Lines Matching refs:sa

2376 		unsigned long long ea, sa;  in compute_fsl_memctl_config_regs()  local
2404 sa = common_dimm->base_address; in compute_fsl_memctl_config_regs()
2405 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
2418 sa = common_dimm->base_address; in compute_fsl_memctl_config_regs()
2419 ea = sa + common_dimm->total_mem - 1; in compute_fsl_memctl_config_regs()
2423 sa = dimm_params[dimm_number].base_address + in compute_fsl_memctl_config_regs()
2425 ea = sa + 2 * rank_density - 1; in compute_fsl_memctl_config_regs()
2427 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2428 ea = sa + 2 * rank_density - 1; in compute_fsl_memctl_config_regs()
2433 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2434 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2436 sa += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2439 sa = 0; in compute_fsl_memctl_config_regs()
2447 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2448 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2450 sa += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2453 sa = 0; in compute_fsl_memctl_config_regs()
2460 sa = dimm_params[dimm_number].base_address; in compute_fsl_memctl_config_regs()
2461 ea = sa + rank_density - 1; in compute_fsl_memctl_config_regs()
2463 sa += (i % cs_per_dimm) * rank_density; in compute_fsl_memctl_config_regs()
2466 sa = 0; in compute_fsl_memctl_config_regs()
2473 sa >>= 24; in compute_fsl_memctl_config_regs()
2478 | ((sa & 0xffff) << 16) /* starting address */ in compute_fsl_memctl_config_regs()