/linux-6.6.21/arch/arm/mach-mv78xx0/ |
D | irq.c | 34 unsigned int hwirq = __fls(stat); in mv78xx0_legacy_handle_irq() 41 unsigned int hwirq = 32 + __fls(stat); in mv78xx0_legacy_handle_irq() 48 unsigned int hwirq = 64 + __fls(stat); in mv78xx0_legacy_handle_irq()
|
/linux-6.6.21/arch/sparc/lib/ |
D | fls64.S | 14 ENTRY(__fls) 60 ENDPROC(__fls) 61 EXPORT_SYMBOL(__fls)
|
D | NG4patch.S | 61 NG_DO_PATCH(__fls, __NG4fls)
|
/linux-6.6.21/arch/arm/mach-dove/ |
D | irq.c | 50 unsigned int hwirq = 1 + __fls(stat); in dove_legacy_handle_irq() 57 unsigned int hwirq = 33 + __fls(stat); in dove_legacy_handle_irq()
|
/linux-6.6.21/arch/s390/lib/ |
D | find.c | 35 return result + (__fls(tmp) ^ (BITS_PER_LONG - 1)); in find_first_bit_inv() 74 return result + (__fls(tmp) ^ (BITS_PER_LONG - 1)); in find_next_bit_inv()
|
/linux-6.6.21/arch/arc/include/asm/ |
D | bitops.h | 85 static inline __attribute__ ((const)) unsigned long __fls(unsigned long x) in __fls() function 134 static inline __attribute__ ((const)) unsigned long __fls(unsigned long x) in __fls() function
|
/linux-6.6.21/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 24 static inline unsigned long __fls(unsigned long x); 30 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-6.6.21/include/asm-generic/bitops/ |
D | builtin-__fls.h | 11 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
|
D | fls64.h | 31 return __fls(x) + 1; in fls64()
|
D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-6.6.21/arch/openrisc/include/asm/bitops/ |
D | __fls.h | 14 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-6.6.21/tools/include/asm-generic/bitops/ |
D | fls64.h | 31 return __fls(x) + 1; in fls64()
|
D | __fls.h | 13 static __always_inline unsigned long __fls(unsigned long word) in __fls() function
|
/linux-6.6.21/arch/csky/include/asm/ |
D | bitops.h | 55 static __always_inline unsigned long __fls(unsigned long x) in __fls() function
|
/linux-6.6.21/arch/arm/mach-orion5x/ |
D | irq.c | 34 unsigned int hwirq = 1 + __fls(stat); in orion5x_legacy_handle_irq()
|
/linux-6.6.21/drivers/irqchip/ |
D | irq-orion.c | 44 u32 hwirq = __fls(stat); in orion_handle_irq() 117 u32 hwirq = __fls(stat); in orion_bridge_irq_handler()
|
D | irq-rda-intc.c | 55 hwirq = __fls(stat); in rda_handle_irq()
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | bitops_64.h | 27 int __fls(unsigned long word);
|
/linux-6.6.21/lib/math/ |
D | int_sqrt.c | 27 m = 1UL << (__fls(x) & ~1UL); in int_sqrt()
|
/linux-6.6.21/arch/mips/include/asm/ |
D | bitops.h | 307 static __always_inline unsigned long __fls(unsigned long word) in __fls() function 375 return __fls(word & -word); in __ffs()
|
/linux-6.6.21/drivers/rapidio/devices/ |
D | tsi721.h | 167 #define TSI721_IDQ_SIZE_VAL(size) (__fls(size) - 4) 191 #define TSI721_IBWIN_SIZE(size) (__fls(size) - 12) 236 #define TSI721_OBWIN_SIZE(size) (__fls(size) - 15) 314 #define TSI721_DMAC_DSSZ_SIZE(size) (__fls(size) - 4)
|
/linux-6.6.21/drivers/soc/ixp4xx/ |
D | ixp4xx-qmgr.c | 151 i = __fls(en_bitmap); /* number of the last "low" queue */ in qmgr_irq1_a0() 177 i = __fls(req_bitmap); /* number of the last "high" queue */ in qmgr_irq2_a0() 196 i = __fls(req_bitmap); /* number of the last queue */ in qmgr_irq()
|
/linux-6.6.21/drivers/staging/media/ipu3/ |
D | ipu3-dmamap.c | 53 for (order_mask &= (2U << __fls(count)) - 1; in imgu_dmamap_alloc_buffer() 55 unsigned int order = __fls(order_mask); in imgu_dmamap_alloc_buffer()
|
/linux-6.6.21/include/asm-generic/ |
D | word-at-a-time.h | 49 #define zero_bytemask(mask) (~1ul << __fls(mask))
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | bitops.h | 281 static inline unsigned long __fls(unsigned long word) in __fls() function
|