Lines Matching refs:first_ctrl
1335 int first_ctrl = pinfo->first_ctrl; in check_interleaving_options() local
1336 int last_ctrl = first_ctrl + pinfo->num_ctrls - 1; in check_interleaving_options()
1344 check_n_ranks = pinfo->dimm_params[first_ctrl][0].n_ranks; in check_interleaving_options()
1345 check_rank_density = pinfo->dimm_params[first_ctrl][0].rank_density; in check_interleaving_options()
1346 check_n_row_addr = pinfo->dimm_params[first_ctrl][0].n_row_addr; in check_interleaving_options()
1347 check_n_col_addr = pinfo->dimm_params[first_ctrl][0].n_col_addr; in check_interleaving_options()
1348 check_intlv = pinfo->memctl_opts[first_ctrl].memctl_interleaving_mode; in check_interleaving_options()
1349 for (i = first_ctrl; i <= last_ctrl; i++) { in check_interleaving_options()
1367 for (i = first_ctrl; i <= last_ctrl; i++) in check_interleaving_options()
1396 for (i = first_ctrl; i <= last_ctrl; i++) in check_interleaving_options()
1398 if ((last_ctrl - first_ctrl) > 1) in check_interleaving_options()