Lines Matching refs:first_ctrl
1320 int first_ctrl = pinfo->first_ctrl; in check_interleaving_options() local
1321 int last_ctrl = first_ctrl + pinfo->num_ctrls - 1; in check_interleaving_options()
1329 check_n_ranks = pinfo->dimm_params[first_ctrl][0].n_ranks; in check_interleaving_options()
1330 check_rank_density = pinfo->dimm_params[first_ctrl][0].rank_density; in check_interleaving_options()
1331 check_n_row_addr = pinfo->dimm_params[first_ctrl][0].n_row_addr; in check_interleaving_options()
1332 check_n_col_addr = pinfo->dimm_params[first_ctrl][0].n_col_addr; in check_interleaving_options()
1333 check_intlv = pinfo->memctl_opts[first_ctrl].memctl_interleaving_mode; in check_interleaving_options()
1334 for (i = first_ctrl; i <= last_ctrl; i++) { in check_interleaving_options()
1352 for (i = first_ctrl; i <= last_ctrl; i++) in check_interleaving_options()
1381 for (i = first_ctrl; i <= last_ctrl; i++) in check_interleaving_options()
1383 if ((last_ctrl - first_ctrl) > 1) in check_interleaving_options()