/Linux-v4.19/arch/arm/mach-mv78xx0/ |
D | irq.c | 37 unsigned int hwirq = __fls(stat); in mv78xx0_legacy_handle_irq() 44 unsigned int hwirq = 32 + __fls(stat); in mv78xx0_legacy_handle_irq() 51 unsigned int hwirq = 64 + __fls(stat); in mv78xx0_legacy_handle_irq()
|
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 28 static inline unsigned long __fls(unsigned long x); 34 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/Linux-v4.19/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-v4.19/arch/openrisc/include/asm/bitops/ |
D | __fls.h | 18 static inline unsigned long __fls(unsigned long x) in __fls() function
|
/Linux-v4.19/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-v4.19/arch/unicore32/include/asm/ |
D | bitops.h | 35 #define __fls(x) (fls(x) - 1) macro
|
/Linux-v4.19/arch/arm/mach-orion5x/ |
D | irq.c | 37 unsigned int hwirq = 1 + __fls(stat); in orion5x_legacy_handle_irq()
|
/Linux-v4.19/arch/arm/mach-ixp4xx/ |
D | ixp4xx_qmgr.c | 62 i = __fls(en_bitmap); /* number of the last "low" queue */ in qmgr_irq1_a0() 87 i = __fls(req_bitmap); /* number of the last "high" queue */ in qmgr_irq2_a0() 106 i = __fls(req_bitmap); /* number of the last queue */ in qmgr_irq()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | bitops_64.h | 27 int __fls(unsigned long word);
|
/Linux-v4.19/arch/arc/include/asm/ |
D | bitops.h | 326 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function 375 static inline __attribute__ ((const)) int __fls(unsigned long x) in __fls() function
|
/Linux-v4.19/lib/ |
D | int_sqrt.c | 26 m = 1UL << (__fls(x) & ~1UL); in int_sqrt()
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-orion.c | 44 u32 hwirq = __fls(stat); in orion_handle_irq() 118 u32 hwirq = __fls(stat); in orion_bridge_irq_handler()
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | tsi721.h | 180 #define TSI721_IDQ_SIZE_VAL(size) (__fls(size) - 4) 204 #define TSI721_IBWIN_SIZE(size) (__fls(size) - 12) 249 #define TSI721_OBWIN_SIZE(size) (__fls(size) - 15) 327 #define TSI721_DMAC_DSSZ_SIZE(size) (__fls(size) - 4)
|
/Linux-v4.19/include/asm-generic/ |
D | word-at-a-time.h | 49 #define zero_bytemask(mask) (~1ul << __fls(mask))
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | bitops.h | 275 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | bitops.h | 83 static inline unsigned long __fls(unsigned long word) in __fls() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | bitops.h | 466 static inline unsigned long __fls(unsigned long word) in __fls() function 534 return __fls(word & -word); in __ffs()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 46 return ~1ul << __fls(mask); in zero_bytemask()
|