Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hub.c39 #define SUSPEND_BITS (USBPORTSC_SUSP | USBPORTSC_RD)
164 if (unlikely(status & USBPORTSC_RD)) { in uhci_check_ports()
373 SET_RH_PORTSTAT(USBPORTSC_RD); in uhci_hub_control()
380 USBPORTSC_RD)) in uhci_hub_control()
H A Duhci-hcd.h62 #define USBPORTSC_RD 0x0040 /* Resume Detect */ macro
H A Duhci-debug.c272 (status & USBPORTSC_RD) ? " ResumeDetect" : "", in uhci_show_sc()