Searched refs:hweight_long (Results 51 - 71 of 71) sorted by relevance

123

/linux-master/drivers/infiniband/core/
H A Dcache.c878 num_default_gids = hweight_long(roce_gid_type_mask);
/linux-master/drivers/crypto/
H A Dsahara.c750 if (hweight_long(hdr) % 2 == 0)
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-video.c371 return hweight_long(fps_map[index] & mask);
/linux-master/drivers/media/platform/renesas/
H A Drcar_drif.c1431 sdr->num_hw_ch = hweight_long(sdr->hw_ch_mask);
/linux-master/drivers/dma/
H A Dtegra186-gpc-dma.c1469 hweight_long(tdma->chan_mask));
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6afe.c1344 num_sd_lines = hweight_long(cfg->sd_line_mask);
/linux-master/sound/soc/intel/avs/
H A Dpcm.c1337 cpu_count += hweight_long(tdms[i]);
/linux-master/arch/arm64/kvm/
H A Darm.c611 nr_entries = BIT_ULL(hweight_long(mask));
/linux-master/net/openvswitch/
H A Dflow_netlink.c2169 num_labels = hweight_long(output->mpls.num_labels_mask);
3510 mpls_label_count = hweight_long(key->mpls.num_labels_mask);
/linux-master/drivers/edac/
H A Damd64_edac.c1250 weight = hweight_long(addr_mask_orig);
2107 u32 temp = hweight_long((u32) ((sys_addr >> 16) & 0x1F)) & 1;
/linux-master/drivers/spi/
H A Dspi.c3921 if ((hweight_long(spi->mode &
3923 (hweight_long(spi->mode &
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c1486 if (WARN_ONCE(hweight_long(fid1) + hweight_long(fid2) != 1,
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c2429 if (hweight_long(mask) != 3)
/linux-master/sound/soc/
H A Dsoc-pcm.c941 int channels = hweight_long(mask);
/linux-master/sound/soc/codecs/
H A Drt5682s.c1994 tx_slotnum = hweight_long(tx_mask);
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3313 if (xdr_stream_encode_u32(xdr, hweight_long(mask)) != XDR_UNIT)
3331 if (xdr_stream_encode_u32(xdr, hweight_long(mask)) != XDR_UNIT)
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c7138 remaining_ports_count = hweight_long(port_map);
7244 remaining_ports_count = hweight_long(port_map);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c2768 n_matches = hweight_long(matched_profiles);
/linux-master/drivers/net/usb/
H A Dlan78xx.c4751 if (hweight_long((unsigned long)wol) > 1) {
/linux-master/arch/x86/events/intel/
H A Dcore.c6063 x86_pmu.num_hybrid_pmus = hweight_long(pmus_mask);
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c2817 weight = hweight_long(d);

Completed in 422 milliseconds

123