Home
last modified time | relevance | path

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

/drivers/usb/host/
Duhci-hub.c35 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC) macro
49 (USBPORTSC_CCS | RWC_BITS)) || in any_ports_active()
59 int mask = RWC_BITS; in get_hub_status_data()
81 status &= ~(RWC_BITS|WZ_BITS); \
83 status |= RWC_BITS & (x); \
89 status &= ~(RWC_BITS|WZ_BITS); \