Searched refs:log2 (Results 176 - 200 of 332) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_eqs.c16 #include <linux/log2.h>
H A Dhinic_hw_api_cmd.c18 #include <linux/log2.h>
H A Dhinic_hw_dev.c16 #include <linux/log2.h>
H A Dhinic_hw_cmdq.c17 #include <linux/log2.h>
/linux-master/drivers/comedi/drivers/
H A Dmite.c40 #include <linux/log2.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c2846 unsigned int log2 = fls(mtu); local
2848 if (!(mtu & ((1 << log2) >> 2))) /* round */
2849 log2--;
2851 (i << 24) | (log2 << 16) | mtu);
/linux-master/drivers/iio/chemical/
H A Dbme680_core.c15 #include <linux/log2.h>
/linux-master/tools/perf/util/
H A Ds390-cpumsf.c148 #include <linux/log2.h>
H A Dintel-bts.c14 #include <linux/log2.h>
/linux-master/net/bridge/
H A Dbr_multicast_eht.c10 #include <linux/log2.h>
/linux-master/drivers/bus/
H A Dmvebu-mbus.c56 #include <linux/log2.h>
/linux-master/drivers/iio/adc/
H A Dqcom-spmi-vadc.c21 #include <linux/log2.h>
/linux-master/drivers/cdx/controller/
H A Dmcdi.c23 #include <linux/log2.h>
/linux-master/fs/ntfs3/
H A Drun.c11 #include <linux/log2.h>
/linux-master/drivers/misc/genwqe/
H A Dcard_base.c30 #include <linux/log2.h>
/linux-master/drivers/rtc/
H A Drtc-rv3028.c18 #include <linux/log2.h>
H A Drtc-rv3032.c20 #include <linux/log2.h>
H A Drtc-cmos.c36 #include <linux/log2.h>
H A Drtc-rv8803.c13 #include <linux/log2.h>
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_tx.c11 #include <linux/log2.h>
/linux-master/drivers/media/i2c/
H A Dmt9m001.c12 #include <linux/log2.h>
/linux-master/drivers/tty/serial/
H A Drp2.c27 #include <linux/log2.h>
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c736 i = log2(num);
/linux-master/drivers/s390/block/
H A Ddasd_int.h52 #include <linux/log2.h>
627 unsigned int s2b_shift; /* log2 (bp_block/512) */
/linux-master/arch/mips/kvm/
H A Dentry.c15 #include <linux/log2.h>

Completed in 507 milliseconds

1234567891011>>