Searched refs:RWC_BITS (Results 1 – 1 of 1) sorted by relevance
35 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC) macro49 (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); \