Home
last modified time | relevance | path

Searched refs:ffz (Results 1 – 11 of 11) sorted by relevance

/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dbitops.h24 static inline unsigned long ffz(unsigned long word) in ffz() function
248 return result + ffz(tmp); in find_next_zero_bit()
350 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit()
352 return result + ffz(__swab32(tmp)); in ext2_find_next_zero_bit()
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dbitops.h157 static __inline__ int ffz(unsigned int x) in ffz() function
270 return result + ffz(tmp); in find_next_zero_bit()
360 return result + ffz(tmp); in ext2_find_next_zero_bit()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbitops.h115 static inline unsigned long ffz(unsigned long word) in ffz() function
163 return result + ffz(tmp); in find_next_zero_bit()
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dbitops.h685 static __inline__ unsigned long ffz(unsigned long word) in ffz() function
764 return result + ffz(tmp); in find_next_zero_bit()
877 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit()
879 return result + ffz(__swab32(tmp)); in ext2_find_next_zero_bit()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dbitops.h106 static inline unsigned long ffz(unsigned long word) in ffz() function
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dbitops.h122 static inline unsigned long ffz(unsigned long word) in ffz() function
/rk3399_rockchip-uboot/drivers/dma/
H A Dlpc32xx_dma.c85 i = ffz(alloc_ch); in lpc32xx_dma_get_channel()
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dbitops.h131 static inline unsigned long ffz(unsigned long word) in ffz() function
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbitops.h328 static __inline__ unsigned long ffz(unsigned long word) in ffz() function
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dlaw.c101 u32 idx = ffz(gd->arch.used_laws); in set_next_law()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c123 idx = ffz(gd->arch.used_tlb_cams[i]); in find_free_tlbcam()