Home
last modified time | relevance | path

Searched refs:USBPORTSC_SUSP (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)
328 SET_RH_PORTSTAT(USBPORTSC_SUSP); in uhci_hub_control()
361 if (!(inw(port_addr) & USBPORTSC_SUSP)) { in uhci_hub_control()
Duhci-hcd.h65 #define USBPORTSC_SUSP 0x1000 /* Suspend */ macro
Duhci-debug.c239 (status & USBPORTSC_SUSP) ? " Suspend" : "", in uhci_show_sc()