CCS_INSTANCES
num_slices = hweight32(CCS_INSTANCES(gt));
int num_slices = hweight32(CCS_INSTANCES(gt));
while ((CCS_INSTANCES(gt) & BIT(cslice)) == 0)
return sysfs_emit(buf, "%u\n", hweight32(CCS_INSTANCES(gt)));
return hweight32(CCS_INSTANCES(gt)) > 1;
if (CCS_INSTANCES(gt) && GRAPHICS_VERx100(gt_to_xe(gt)) >= 1270)
if (CCS_INSTANCES(guc_to_gt(guc)))