Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvBitops.h126 static __inline__ int __test_bit(int nr, const U32 * p) in __test_bit() function
139 #define test_bit(nr,p) __test_bit(nr,p)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvBitops.h118 static __inline__ int __test_bit(int nr, const MS_U32 * p) in __test_bit() function
124 #define ms_test_bit(nr,p) __test_bit(nr,p)