Home
last modified time | relevance | path

Searched refs:__ffs (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/asm-generic/bitops/
H A D__ffs.h12 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() function
/rk3399_rockchip-uboot/include/linux/
H A Dbitops.h170 return __ffs((u32)(word >> 32)) + 32; in __ffs64()
174 return __ffs((unsigned long)word); in __ffs64()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dbitops.h42 #define __ffs(x) (ffs(x) - 1) macro
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbitops.h344 static inline unsigned long __ffs(unsigned long word) in __ffs() function
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox47 If you are building on a 32-bit machine you may get errors from __ffs.h