Lines Matching defs:cp_index
230 int ret, ap_idx, cp_index;
253 cp_index = cm3_type - 1;
258 if (bl2_plat_get_cp_count(ap_idx) <= cp_index) {
260 cp_index);
265 cp_index, ap_idx);
268 ap_idx, cp_index),
270 ap_idx, cp_index));
280 cp_index = cm3_type - MG_CP0;
281 if (bl2_plat_get_cp_count(0) <= cp_index) {
283 cp_index);
286 NOTICE("Load image to CP%d MG\n", cp_index);
287 ret = mg_image_load(single_img, image_size, cp_index);