Searched refs:hweight_long (Results 26 - 50 of 71) sorted by last modified time

123

/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/fs/ntfs3/
H A Dbitmap.c1566 w += hweight_long(bmp[k]);
1569 w += hweight_long(ul_to_cpu(((bitmap_ulong *)bitmap)[k]) &
/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/sound/soc/codecs/
H A Drtq9128.c485 if (!rx_mask || hweight_long(tx_mask) > slots || hweight_long(rx_mask) > slots ||
H A Drt1015.c945 rx_slotnum = hweight_long(rx_mask);
986 tx_slotnum = hweight_long(tx_mask);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c1088 for_each_set_bit(aff0, &target_cpus, hweight_long(ICC_SGI1R_TARGET_LIST_MASK)) {
/linux-master/sound/soc/
H A Dsoc-pcm.c941 int channels = hweight_long(mask);
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6afe.c1344 num_sd_lines = hweight_long(cfg->sd_line_mask);
/linux-master/fs/exfat/
H A Dballoc.c237 count += hweight_long(*bitmap);
248 count += hweight_long(clu_bits & BITMAP_LAST_WORD_MASK(last_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/media/pci/tw686x/
H A Dtw686x-video.c371 return hweight_long(fps_map[index] & mask);
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_pipe.c59 if (!(*hwpipe) || (hweight_long(cur->caps & ~caps) <
60 hweight_long((*hwpipe)->caps & ~caps))) {
/linux-master/drivers/mtd/maps/
H A Dvmu-flash.c608 c = hweight_long(test_flash_data);
/linux-master/drivers/crypto/
H A Dsahara.c750 if (hweight_long(hdr) % 2 == 0)
/linux-master/sound/soc/intel/boards/
H A Dskl_hda_dsp_generic.c127 codec_count = hweight_long(codec_mask);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c22 if (hweight_long(core->dec_codecs) + hweight_long(core->enc_codecs) > MAX_CODEC_NUM)
/linux-master/drivers/pinctrl/
H A Dpinctrl-stmfx.c732 "%ld GPIOs available\n", hweight_long(pctl->gpio_valid_mask));
H A Dpinctrl-mcp23s08_spi.c165 chips = hweight_long(spi_present_mask);
/linux-master/sound/soc/intel/avs/
H A Dutils.h16 return hweight_long(mach->mach_params.i2s_link_mask) == 1;
28 return !tdms || (hweight_long(tdms[port]) == 1);
H A Ddebugfs.c389 if (num_elems != (hweight_long(resource_mask) + 1)) {
/linux-master/drivers/infiniband/core/
H A Dcache.c878 num_default_gids = hweight_long(roce_gid_type_mask);
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c2429 if (hweight_long(mask) != 3)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c60 if (hweight_long(ae_mask) > fw_counters->ae_count)
120 ae_count = hweight_long(hw_data->ae_mask & ~hw_data->admin_ae_mask);
/linux-master/drivers/hwmon/
H A Dasus-ec-sensors.c1003 ec_data->nr_sensors = hweight_long(ec_data->board_info->sensors);
/linux-master/arch/x86/kernel/
H A Dshstk.c562 if (hweight_long(features) > 1)

Completed in 683 milliseconds

123