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

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

Completed in 228 milliseconds