Lines Matching refs:first_ctrl
1328 int first_ctrl = pinfo->first_ctrl; in check_interleaving_options() local
1329 int last_ctrl = first_ctrl + pinfo->num_ctrls - 1; in check_interleaving_options()
1337 check_n_ranks = pinfo->dimm_params[first_ctrl][0].n_ranks; in check_interleaving_options()
1338 check_rank_density = pinfo->dimm_params[first_ctrl][0].rank_density; in check_interleaving_options()
1339 check_n_row_addr = pinfo->dimm_params[first_ctrl][0].n_row_addr; in check_interleaving_options()
1340 check_n_col_addr = pinfo->dimm_params[first_ctrl][0].n_col_addr; in check_interleaving_options()
1341 check_intlv = pinfo->memctl_opts[first_ctrl].memctl_interleaving_mode; in check_interleaving_options()
1342 for (i = first_ctrl; i <= last_ctrl; i++) { in check_interleaving_options()
1360 for (i = first_ctrl; i <= last_ctrl; i++) in check_interleaving_options()
1389 for (i = first_ctrl; i <= last_ctrl; i++) in check_interleaving_options()
1391 if ((last_ctrl - first_ctrl) > 1) in check_interleaving_options()