Home
last modified time | relevance | path

Searched refs:generic_ffs (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvBitops.h93 static __inline__ int generic_ffs(int x) in generic_ffs() function
138 #define ffs(x) generic_ffs(x)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvBitops.h84 static __inline__ int generic_ffs(int x) in generic_ffs() function
123 #define ms_find_1st_set(x) generic_ffs(x)