Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/
Duhci-hub.c37 #define SUSPEND_BITS (USBPORTSC_SUSP | USBPORTSC_RD)
164 if (unlikely(status & USBPORTSC_RD)) { in uhci_check_ports()
367 SET_RH_PORTSTAT(USBPORTSC_RD); in uhci_hub_control()
373 if (!(inw(port_addr) & USBPORTSC_RD)) in uhci_hub_control()
Duhci-hcd.h58 #define USBPORTSC_RD 0x0040 /* Resume Detect */ macro
Duhci-debug.c244 (status & USBPORTSC_RD) ? " ResumeDetect" : "", in uhci_show_sc()