Home
last modified time | relevance | path

Searched defs:oldVal (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvBitops.h146 int oldVal = (*p >> (nr & 31)) & 1UL; in _test_and_clear_bit_le() local
155 int oldVal = (*p >> (nr & 31)) & 1UL; in _test_and_set_bit_le() local
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvBitops.h146 int oldVal = (*p >> (nr & 31)) & 1UL; in __ms_test_and_clear_bit_le() local
154 int oldVal = (*p >> (nr & 31)) & 1UL; in __ms_test_and_set_bit_le() local