Home
last modified time | relevance | path

Searched refs: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
150 return oldVal; in _test_and_clear_bit_le()
155 int oldVal = (*p >> (nr & 31)) & 1UL; in _test_and_set_bit_le() local
159 return oldVal; in _test_and_set_bit_le()
/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
149 return oldVal; in __ms_test_and_clear_bit_le()
154 int oldVal = (*p >> (nr & 31)) & 1UL; in __ms_test_and_set_bit_le() local
157 return oldVal; in __ms_test_and_set_bit_le()