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

/u-boot/drivers/ddr/marvell/a38x/
H A Dxor.c341 u32 cs_c, max_cs; local
346 max_cs = mv_ddr_cs_num_get();
347 for (cs_c = 0; cs_c < max_cs; cs_c++)
353 mv_sys_xor_init(max_cs, cs_ena, cs_mem_size, 0);
354 total_mem_size = max_cs * cs_mem_size;
H A Dddr3_training_leveling.c40 unsigned int max_cs = mv_ddr_cs_num_get(); local
58 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
265 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
318 unsigned int max_cs = mv_ddr_cs_num_get(); local
330 for (c_cs = 0; c_cs < max_cs; c_cs++)
359 unsigned int max_cs = mv_ddr_cs_num_get(); local
371 for (c_cs = 0; c_cs < max_cs; c_cs++)
819 unsigned int max_cs = mv_ddr_cs_num_get(); local
876 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
1035 for (effective_cs = 0; effective_cs < max_cs; effective_c
1737 unsigned int max_cs = mv_ddr_cs_num_get(); local
[all...]
H A Dmv_ddr_topology.c296 unsigned long long max_cs = mv_ddr_cs_num_get(); local
299 tot_mem_sz = max_cs * mem_sz_per_cs;
H A Dddr3_debug.c584 unsigned int max_cs = mv_ddr_cs_num_get(); local
591 for (csindex = 0; csindex < max_cs; csindex++) {
637 for (csindex = 0; csindex < max_cs; csindex++) {
1074 unsigned int max_cs = mv_ddr_cs_num_get(); local
1091 for (cs = 0; cs < max_cs; cs++) {
1221 unsigned int max_cs = mv_ddr_cs_num_get(); local
1235 for (cs = 0; cs < max_cs; cs++) {
H A Dddr3_training.c2135 unsigned int max_cs = mv_ddr_cs_num_get(); local
2148 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2207 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2243 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2263 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2311 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2369 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2388 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2497 for (effective_cs = 0; effective_cs < max_cs; effective_cs++) {
2518 for (effective_cs = 0; effective_cs < max_cs; effective_c
[all...]
H A Dddr3_training_hw_algo.c53 unsigned int max_cs = mv_ddr_cs_num_get(); local
63 for (cs_num = 0; cs_num < max_cs; cs_num++) {
H A Dddr3_training_pbs.c927 unsigned int max_cs = mv_ddr_cs_num_get(); local
929 for (curr_cs = 0; curr_cs < max_cs; curr_cs++) {
H A Dmv_ddr4_training_calibration.c1652 unsigned int max_cs = mv_ddr_cs_num_get(); local
1920 if (effective_cs == (max_cs - 1)) {
1928 for (cs_index = 0; cs_index < max_cs; cs_index++) {
1946 pbs_rx_avg = pbs_rx_avg / max_cs;
1958 for (cs_index = 0; cs_index < max_cs; cs_index++) {
/u-boot/drivers/spi/
H A Dspi-aspeed-smc.c60 u8 max_cs; member in struct:aspeed_spi_plat
269 for (cs = priv->num_cs; cs < plat->max_cs; cs++)
403 for (cs = priv->num_cs; cs < plat->max_cs; cs++)
492 int cs = plat->max_cs - 1;
497 for (i = 0; i < plat->max_cs; i++)
756 if (cs >= plat->max_cs) {
775 for (cs = 1; cs < plat->max_cs; cs++) {
790 for (cs = 0; cs < plat->max_cs; cs++) {
830 for (cs = 0; cs < plat->max_cs; cs++)
841 for (cs = 0; cs < plat->max_cs; c
[all...]
H A Dmpc8xx_spi.c39 int max_cs; member in struct:mpc8xx_priv
291 priv->max_cs = ret;

Completed in 268 milliseconds