Home
last modified time | relevance | path

Searched refs:__roundup_pow_of_two (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/tools/include/linux/
H A Dlog2.h47 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() function
157 __roundup_pow_of_two(n) \
/linux-6.15/include/linux/
H A Dlog2.h55 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() function
180 __roundup_pow_of_two(n) \
/linux-6.15/drivers/clk/
H A Dclk-divider.c232 div = __roundup_pow_of_two(div); in _div_round_up()
250 up = __roundup_pow_of_two(up); in _div_round_closest()
288 return __roundup_pow_of_two(div); in _next_div()
/linux-6.15/drivers/clk/zynqmp/
H A Ddivider.c59 up = __roundup_pow_of_two(up); in zynqmp_divider_get_val()
/linux-6.15/drivers/rtc/
H A Drtc-max31335.c495 freq_mask = __roundup_pow_of_two(ARRAY_SIZE(max31335_clkout_freq)) - 1; in max31335_clkout_recalc_rate()
520 freq_mask = __roundup_pow_of_two(ARRAY_SIZE(max31335_clkout_freq)) - 1; in max31335_clkout_set_rate()
/linux-6.15/drivers/iommu/intel/
H A Dcache.c263 unsigned long aligned_pages = __roundup_pow_of_two(pages); in calculate_psi_aligned_address()
H A Diommu.h1133 int mask = ilog2(__roundup_pow_of_two(npages)); in qi_desc_piotlb()
H A Dirq_remapping.c115 count = __roundup_pow_of_two(count); in alloc_irte()
/linux-6.15/drivers/net/ipa/
H A Dgsi_trans.c150 size = __roundup_pow_of_two(size); in gsi_trans_pool_init_dma()
/linux-6.15/drivers/clk/sunxi/
H A Dclk-sunxi.c314 calcp = __roundup_pow_of_two(div); in sun6i_get_ahb1_factors()
/linux-6.15/drivers/pci/msi/
H A Dmsi.c306 desc.pci.msi_attrib.multiple = ilog2(__roundup_pow_of_two(nvec)); in msi_setup_msi_desc()
/linux-6.15/net/sunrpc/xprtrdma/
H A Dverbs.c868 rb = rpcrdma_regbuf_alloc(__roundup_pow_of_two(maxhdrsize), in rpcrdma_req_setup()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dinit.c433 rcd->egrbufs.size = __roundup_pow_of_two(hfi1_max_mtu); in hfi1_create_ctxtdata()
H A Dchip.c14312 m = ilog2(__roundup_pow_of_two(max_by_vl)); in qos_rmt_entries()
14315 n = ilog2(__roundup_pow_of_two(num_vls)); in qos_rmt_entries()
/linux-6.15/tools/perf/
H A Dbuiltin-sched.c1993 int i, n = __roundup_pow_of_two(cpu+1); in evsel__save_time()
2418 int i, j = __roundup_pow_of_two(cpu+1); in get_idle_thread()
/linux-6.15/drivers/s390/char/
H A Dcon3270.c897 allocated = __roundup_pow_of_two(rows) * TTY3270_SCREEN_PAGES; in tty3270_alloc_screen()
/linux-6.15/net/mac80211/
H A Dcfg.c1210 ilog2(__roundup_pow_of_two(mbssid->cnt + 1)); in ieee80211_assign_beacon()