Lines Matching full:cores
25 * Disable cores specified by coremask
38 /* Disengage the cores from groups */ in cpt_disable_cores()
45 dev_err(dev, "Cores still busy %llx", coremask); in cpt_disable_cores()
54 /* Disable the cores */ in cpt_disable_cores()
62 * Enable cores specified by coremask
139 /* Assumes 0-9 are SE cores for UCODE_BASE registers and in cpt_load_microcode()
173 dev_err(dev, "Requested for more cores than available AE cores\n"); in do_cpt_init()
184 /* Convert requested cores to mask */ in do_cpt_init()
199 /* Enable AE cores for the group mask */ in do_cpt_init()
203 dev_err(dev, "Requested for more cores than available SE cores\n"); in do_cpt_init()
213 /* Covert requested cores to mask */ in do_cpt_init()
228 /* Enable SE cores for the group mask */ in do_cpt_init()
385 /* Disengage the cores from groups */ in cpt_disable_all_cores()
393 dev_err(dev, "Cores still busy"); in cpt_disable_all_cores()
401 /* Disable the cores */ in cpt_disable_all_cores()
406 * Ensure all cores are disengaged from all groups by
452 /*Get max enabled cores */ in cpt_device_init()
454 /*Disable all cores*/ in cpt_device_init()
625 /* Disengage SE and AE cores from all groups*/ in cpt_remove()