Home
last modified time | relevance | path

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

/linux-4.1.27/tools/include/linux/
Dlog2.h54 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() function
167 __roundup_pow_of_two(n) \
/linux-4.1.27/include/linux/
Dlog2.h61 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() function
174 __roundup_pow_of_two(n) \
/linux-4.1.27/drivers/clk/
Dclk-divider.c211 div = __roundup_pow_of_two(div); in _div_round_up()
229 up = __roundup_pow_of_two(up); in _div_round_closest()
267 return __roundup_pow_of_two(div); in _next_div()
/linux-4.1.27/drivers/iommu/
Dirq_remapping.c64 nvec_pow2 = __roundup_pow_of_two(nvec); in do_setup_msi_irqs()
Diova.c271 size = __roundup_pow_of_two(size); in alloc_iova()
Dintel_irq_remapping.c98 count = __roundup_pow_of_two(count); in alloc_irte()
Dintel-iommu.c1362 unsigned int mask = ilog2(__roundup_pow_of_two(pages)); in iommu_flush_iotlb_psi()
/linux-4.1.27/drivers/clk/sunxi/
Dclk-sunxi.c108 calcp = __roundup_pow_of_two(div); in sun6i_ahb1_clk_round()
/linux-4.1.27/drivers/pci/
Dmsi.c604 entry->msi_attrib.multiple = ilog2(__roundup_pow_of_two(nvec)); in msi_setup_entry()