Searched defs:find_next_zero_bit (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvKernel.c | 104 U32 find_next_zero_bit(const U32 *addr, U32 size, U32 offset) in find_next_zero_bit() function
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvKernel.c | 191 U32 find_next_zero_bit(const U32 *addr, U32 size, U32 offset) in find_next_zero_bit() function
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/ |
| H A D | drvBitops.h | 168 #define find_next_zero_bit(p,size,offset) find_next_zero_bit_le(p,size,offset) macro
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/ |
| H A D | drvBitops.h | 164 #define find_next_zero_bit(p,size,offset) find_next_zero_bit_le(p,size,offset) macro
|