Lines Matching refs:coremask
26 static void cpt_disable_cores(struct cpt_device *cpt, u64 coremask, in cpt_disable_cores() argument
35 coremask = (coremask << cpt->max_se_cores); in cpt_disable_cores()
40 (grpmask & ~coremask)); in cpt_disable_cores()
43 while (grp & coremask) { in cpt_disable_cores()
44 dev_err(dev, "Cores still busy %llx", coremask); in cpt_disable_cores()
56 (pf_exe_ctl & ~coremask)); in cpt_disable_cores()
63 static void cpt_enable_cores(struct cpt_device *cpt, u64 coremask, in cpt_enable_cores() argument
69 coremask = (coremask << cpt->max_se_cores); in cpt_enable_cores()
73 (pf_exe_ctl | coremask)); in cpt_enable_cores()
78 u64 coremask, u8 type) in cpt_configure_group() argument
83 coremask = (coremask << cpt->max_se_cores); in cpt_configure_group()
87 (pf_gx_en | coremask)); in cpt_configure_group()