Symbol: hweight32
sys/dev/drm/amd/amdgpu/amdgpu_acpi.c
347
count = hweight32(req->pending);
sys/dev/drm/amd/amdgpu/gfx_v7_0.c
1808
adev->gfx.config.num_rbs = hweight32(active_rbs);
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
3737
adev->gfx.config.num_rbs = hweight32(active_rbs);
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
1926
adev->gfx.config.num_rbs = hweight32(active_rbs);
sys/dev/drm/amd/amdgpu/si_dpm.c
4365
num_bits = hweight32(data);
sys/dev/drm/drm_blend.c
570
hweight32(supported_modes));
sys/dev/drm/drm_connector.c
1282
if (WARN_ON(hweight32(scaling_mode_mask) < 2 ||
sys/dev/drm/drm_connector.c
1288
hweight32(scaling_mode_mask));
sys/dev/drm/i915/i915_drv.c
1306
num_active_channels = hweight32(dram_channels);
sys/dev/drm/i915/intel_atomic.c
237
num_scalers_need = hweight32(scaler_state->scaler_users);
sys/dev/drm/i915/intel_engine_cs.c
365
device_info->num_rings = hweight32(mask);
sys/dev/drm/i915/intel_pm.c
1317
int num_active_planes = hweight32(crtc_state->active_planes &
sys/dev/drm/i915/intel_pm.c
1650
int num_active_planes = hweight32(active_planes);
sys/dev/drm/i915/intel_pm.c
1839
int num_active_planes = hweight32(crtc_state->active_planes &
sys/dev/drm/i915/intel_pm.c
3776
if (hweight32(intel_state->active_crtcs) == 0)
sys/dev/drm/i915/intel_pm.c
3778
else if (hweight32(intel_state->active_crtcs) > 1)
sys/dev/drm/i915/intel_pm.c
3874
*num_active = hweight32(dev_priv->active_crtcs);
sys/dev/drm/i915/intel_pm.c
3879
*num_active = hweight32(intel_state->active_crtcs);
sys/dev/drm/i915/intel_pm.c
3881
*num_active = hweight32(dev_priv->active_crtcs);
sys/dev/drm/radeon/cik.c
3369
hweight32(cik_get_cu_active_bitmap(rdev, i, j));
sys/dev/drm/radeon/evergreen.c
3475
rdev->config.evergreen.active_simds = hweight32(~tmp);
sys/dev/drm/radeon/evergreen.c
4382
tmp = hweight32(~tmp);
sys/dev/drm/radeon/ni.c
1132
rdev->config.cayman.active_simds = hweight32(~tmp);
sys/dev/drm/radeon/r600.c
1977
return hweight32(val);
sys/dev/drm/radeon/radeon_acpi.c
329
count = hweight32(req->pending);
sys/dev/drm/radeon/si.c
3290
hweight32(si_get_cu_active_bitmap(rdev, i, j));
sys/dev/drm/radeon/si_dpm.c
3906
num_bits = hweight32(data);