Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hub.c36 #define RWC_BITS (USBPORTSC_OCC | USBPORTSC_PEC | USBPORTSC_CSC) macro
50 (USBPORTSC_CCS | RWC_BITS)) || in any_ports_active()
60 int mask = RWC_BITS; in get_hub_status_data()
82 status &= ~(RWC_BITS|WZ_BITS); \
84 status |= RWC_BITS & (x); \
90 status &= ~(RWC_BITS|WZ_BITS); \