Searched refs:total_cores (Results 1 – 4 of 4) sorted by relevance
125 u32 total_cores = 0; in cpt_load_microcode() local143 total_cores = CPT_MAX_TOTAL_CORES; /* upto 15 */ in cpt_load_microcode()146 total_cores = CPT_MAX_SE_CORES; /* upto 9 */ in cpt_load_microcode()150 for (; core < total_cores ; core++, shift++) { in cpt_load_microcode()
1284 static int cptx_disable_all_cores(struct otx2_cptpf_dev *cptpf, int total_cores, in cptx_disable_all_cores() argument1292 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()1312 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()1328 for (i = 0; i < total_cores; i++) { in cptx_disable_all_cores()1340 int total_cores, ret; in otx2_cpt_disable_all_cores() local1342 total_cores = cptpf->eng_grps.avail.max_se_cnt + in otx2_cpt_disable_all_cores()1347 ret = cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT1); in otx2_cpt_disable_all_cores()1351 return cptx_disable_all_cores(cptpf, total_cores, BLKADDR_CPT0); in otx2_cpt_disable_all_cores()
121 ov->total_cores = temp; in acc_init_ov()141 ov->active_cores, ov->total_cores); in acc_init_ov()163 ov->bmfifo.irq_cnt = mem + (ov->total_cores + 1U) * ACC_CORE_DMABUF_SIZE; in acc_init_bm_ptr()
258 u8 total_cores; member