Searched refs:hweight32 (Results 151 - 175 of 209) sorted by relevance

123456789

/linux-master/sound/soc/intel/boards/
H A Dsof_sdw.c1640 int num_cpus = hweight32(sof_dai->link_mask[stream]);
/linux-master/drivers/firewire/
H A Dohci.c3723 ohci->n_ir = hweight32(ohci->ir_context_mask);
3738 ohci->n_it = hweight32(ohci->it_context_mask);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c1434 nrates = hweight32(mask->control[band].legacy);
1514 ra->rate_len = hweight32(supp_rate);
/linux-master/fs/xfs/
H A Dxfs_inode.c535 ASSERT(hweight32(ip0_mode) == 1);
536 ASSERT(hweight32(ip1_mode) == 1);
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c1823 return hweight32(inactive_queues) == group->queue_count;
3482 gpu_as_count = hweight32(ptdev->gpu_info.as_present & GENMASK(31, 1));
/linux-master/drivers/ntb/hw/intel/
H A Dntb_hw_gen1.c1740 ndev->bar4_split = hweight32(mem) ==
/linux-master/arch/mips/net/
H A Dbpf_jit_comp32.c1414 saved = hweight32(ctx->clobbered & JIT_CALLEE_REGS) * sizeof(u32);
/linux-master/drivers/gpu/drm/radeon/
H A Dni.c1096 rdev->config.cayman.active_simds = hweight32(~tmp);
H A Devergreen.c3492 rdev->config.evergreen.active_simds = hweight32(~tmp);
4399 tmp = hweight32(~tmp);
/linux-master/drivers/ata/
H A Dlibahci.c2640 hweight32(impl),
/linux-master/fs/ocfs2/
H A Dsuper.c1457 if (hweight32(tmp) != 1) {
/linux-master/drivers/s390/scsi/
H A Dzfcp_fsf.c717 if (fmt == ZFCP_FSF_PRINT_FMT_SINGLEITEM && hweight32(fc_security) != 1)
/linux-master/arch/x86/kvm/
H A Dlapic.c651 count += hweight32(*reg);
/linux-master/drivers/net/ipa/
H A Dgsi.c189 type >>= hweight32(reg_fmask(reg, CHTYPE_PROTOCOL));
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2468 pmask_nports = hweight32(adapter->params.vfres.pmask);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c2249 aon_bits = hweight32(tmp) * adev->gfx.config.max_sh_per_se * adev->gfx.config.max_shader_engines;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c2956 num_vls = hweight32(be32_to_cpu(req->vl_select_mask));
3178 num_vls = hweight32(be32_to_cpu(req->vl_select_mask));
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1932 nrates = hweight32(mask->control[band].legacy);
2014 ra->rate_len = hweight32(supp_rate);
/linux-master/drivers/net/wireless/marvell/
H A Dmwl8k.c2420 rx_streams = hweight32(cap & MWL8K_CAP_RX_ANTENNA_MASK);
2421 tx_streams = hweight32(cap & MWL8K_CAP_TX_ANTENNA_MASK);
/linux-master/sound/pci/hda/
H A Dhda_generic.c2828 snd_hda_enum_helper_info(kcontrol, uinfo, hweight32(vref_caps),
2880 nitems = hweight32(get_vref_caps(codec, pin));
/linux-master/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c2808 num_faulty = hweight32(hdev->decoder_binning);
2853 num_faulty = hweight32(hdev->edma_binning);
2904 num_faulty = hweight32(xbar_edge_iso_mask);
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c1420 hw->num_pports = hweight32(hw->port_vec);
/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-common.c1594 count = hweight32(ctx->frm_dis_flg);
/linux-master/fs/
H A Dnamespace.c4590 if (hweight32(attr->propagation & MOUNT_SETATTR_PROPAGATION_FLAGS) > 1)
/linux-master/block/
H A Dbfq-iosched.c237 #define BFQQ_SEEKY(bfqq) (hweight32(bfqq->seek_history) > 19)

Completed in 814 milliseconds

123456789