Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c699 set_bit(US_FLIDX_SG_ACTIVE, &us->flags);
705 if (test_and_clear_bit(US_FLIDX_SG_ACTIVE, &us->flags)) {
713 clear_bit(US_FLIDX_SG_ACTIVE, &us->flags);
H A DdrvMassStor.h116 #define US_FLIDX_SG_ACTIVE 19 macro