Lines Matching refs:coremask
27 static void cpt_disable_cores(struct cpt_device *cpt, u64 coremask, in cpt_disable_cores() argument
36 coremask = (coremask << cpt->max_se_cores); in cpt_disable_cores()
41 (grpmask & ~coremask)); in cpt_disable_cores()
44 while (grp & coremask) { in cpt_disable_cores()
45 dev_err(dev, "Cores still busy %llx", coremask); in cpt_disable_cores()
57 (pf_exe_ctl & ~coremask)); in cpt_disable_cores()
64 static void cpt_enable_cores(struct cpt_device *cpt, u64 coremask, in cpt_enable_cores() argument
70 coremask = (coremask << cpt->max_se_cores); in cpt_enable_cores()
74 (pf_exe_ctl | coremask)); in cpt_enable_cores()
79 u64 coremask, u8 type) in cpt_configure_group() argument
84 coremask = (coremask << cpt->max_se_cores); in cpt_configure_group()
88 (pf_gx_en | coremask)); in cpt_configure_group()