Lines Matching refs:coremask
30 static void cpt_disable_cores(struct cpt_device *cpt, u64 coremask, in cpt_disable_cores() argument
39 coremask = (coremask << cpt->max_se_cores); in cpt_disable_cores()
44 (grpmask & ~coremask)); in cpt_disable_cores()
47 while (grp & coremask) { in cpt_disable_cores()
48 dev_err(dev, "Cores still busy %llx", coremask); in cpt_disable_cores()
60 (pf_exe_ctl & ~coremask)); in cpt_disable_cores()
67 static void cpt_enable_cores(struct cpt_device *cpt, u64 coremask, in cpt_enable_cores() argument
73 coremask = (coremask << cpt->max_se_cores); in cpt_enable_cores()
77 (pf_exe_ctl | coremask)); in cpt_enable_cores()
82 u64 coremask, u8 type) in cpt_configure_group() argument
87 coremask = (coremask << cpt->max_se_cores); in cpt_configure_group()
91 (pf_gx_en | coremask)); in cpt_configure_group()