Home
last modified time | relevance | path

Searched refs:generic_fls (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dbitops.h77 static inline int generic_fls(int x) in generic_fls() function
153 # define fls generic_fls
/openbmc/u-boot/arch/arm/include/asm/
H A Dbitops.h110 return generic_fls(x) - 1; in __ilog2()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbitops.h377 return generic_fls(x) - 1; in __ilog2()