Home
last modified time | relevance | path

Searched refs:hweight16 (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/sys/dev/pci/drm/i915/gt/
Dintel_sseu.c77 total += hweight16(sseu->eu_mask.xehp[ss]); in compute_eu_total()
79 total += hweight16(sseu->eu_mask.hsw[s][ss]); in compute_eu_total()
163 sseu->eu_per_subslice = hweight16(eu_en); in gen11_compute_sseu_info()
183 sseu->eu_per_subslice = hweight16(eu_en); in xehp_compute_sseu_info()
823 ss, hweight16(enabled_eus), enabled_eus); in sseu_print_hsw_topology()
839 hweight16(enabled_eus), enabled_eus); in sseu_print_xehp_topology()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dbitops.h54 hweight16(uint32_t x) in hweight16() function
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_gfx.h71 #define NUM_XCC(x) hweight16(x)
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_pmdemand.c218 min_t(u16, hweight16(pmdemand_state->active_combo_phys_mask), in intel_pmdemand_update_active_non_tc_phys()
Dintel_cdclk.c1463 return hweight16(waveform ?: 0xffff); in cdclk_squash_divider()
1692 cdclk_config->cdclk = DIV_ROUND_CLOSEST(hweight16(waveform) * in bxt_get_cdclk()
Dintel_sdvo.c2597 num_bits = hweight16(mask); in intel_sdvo_guess_ddc_bus()