Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.h139 #define __ACTIVE 0x01 macro
145 #define HCD_STATE_RUNNING (__ACTIVE)
146 #define HCD_STATE_READY (__ACTIVE|__SLEEPY)
147 #define HCD_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
151 #define HCD_IS_RUNNING(state) ((state) & __ACTIVE)
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvHCD.h147 #define __ACTIVE 0x01 macro
153 #define USB_STATE_RUNNING (__ACTIVE)
154 #define USB_STATE_READY (__ACTIVE|__SLEEPY)
155 #define USB_STATE_QUIESCING (__SUSPEND|__TRANSIENT|__ACTIVE)
159 #define HCD_IS_RUNNING(state) ((state) & __ACTIVE)