Searched refs:hweight32 (Results 101 - 125 of 209) sorted by relevance

123456789

/linux-master/sound/soc/codecs/
H A Dab8500-codec.c2279 slots_active = hweight32(tx_mask);
2320 slots_active = hweight32(rx_mask);
H A Drt712-sdca-dmic.c852 nval = hweight32(prop->source_ports);
/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c583 saved = hweight32(ctx->clobbered & JIT_CALLEE_REGS) * sizeof(u64);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.c935 return hweight32(save);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c456 if (hweight32(crtc_state->connector_mask) > 1)
/linux-master/sound/soc/apple/
H A Dmca.c387 while (hweight32(mask) > nchans)
/linux-master/drivers/mtd/nand/raw/
H A Dpl35x-nand-controller.c432 if (hweight32(ecc_odd | ecc_even) == 1)
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena.c926 parts = kcalloc(hweight32(nvram_types), sizeof(*parts), GFP_KERNEL);
/linux-master/drivers/extcon/
H A Dextcon.c258 weight = hweight32(correspondants);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c425 count = hweight32(req->pending);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c916 if (hweight32((flags | priv_flags) & AQ_HW_LOOPBACK_MASK) > 1) {
/linux-master/arch/x86/events/amd/
H A Duncore.c926 group_num_pmus[gid] = hweight32(info.split.aux_data);
/linux-master/net/sched/
H A Dcls_flow.c423 nkeys = hweight32(keymask);
/linux-master/drivers/hwmon/
H A Dhwmon.c686 n += hweight32(info->config[i]);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs-vif.c741 bufsz = hweight32(esr_mask) * 32 + 40;
/linux-master/drivers/gpu/drm/i915/display/
H A Dskl_scaler.c515 num_scalers_need = hweight32(scaler_state->scaler_users);
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc_helper.c508 drm_WARN_ON(connector->dev, hweight32(connector->possible_encoders) > 1);
/linux-master/fs/xfs/
H A Dxfs_mount.c1316 ASSERT(hweight32(feature) == 1);
/linux-master/fs/xfs/libxfs/
H A Dxfs_exchmaps.c960 if (hweight32(reflink_state) != 1)
H A Dxfs_attr.c1577 return hweight32(attr_flags & XFS_ATTR_NSP_ONDISK_MASK) < 2;
/linux-master/drivers/cxl/core/
H A Dpci.c749 if (hweight32(status) > 1) {
/linux-master/drivers/counter/
H A Dstm32-timer-cnt.c661 priv->nchannels = hweight32(ccer & TIM_CCER_CCXE);
/linux-master/drivers/usb/host/
H A Dxhci.c2132 /* Use hweight32 to count the number of ones in the add flags, or
2136 return hweight32(valid_add_flags) -
2137 hweight32(valid_add_flags & valid_drop_flags);
2149 return hweight32(valid_drop_flags) -
2150 hweight32(valid_add_flags & valid_drop_flags);
/linux-master/net/bridge/netfilter/
H A Debtables.c1253 num_ops = hweight32(table->valid_hooks);
1365 nf_unregister_net_hooks(net, table->ops, hweight32(table->valid_hooks));
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c1018 nss = hweight32(ar->cfg_tx_chainmask) ? : 1;
5304 ar->num_tx_chains = hweight32(tx_ant);
5314 ar->num_rx_chains = hweight32(rx_ant);
6124 nss = hweight32(ar->cfg_tx_chainmask) ? : 1;
7583 num_rates = hweight32(mask->control[band].legacy);
7655 if (hweight32(mask->control[band].legacy) != 1)
8823 ar->num_tx_chains = hweight32(pdev->cap.tx_chain_mask);
8824 ar->num_rx_chains = hweight32(pdev->cap.rx_chain_mask);

Completed in 538 milliseconds

123456789