Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h53 #define USBPORTSC_SUSP 0x1000 /* Suspend */ macro
Dusb-uhci-debug.h140 (status & USBPORTSC_SUSP) ? "PortSuspend " : "", in uhci_show_sc()
Dusb-uhci.h63 #define USBPORTSC_SUSP 0x1000 /* Suspend */ macro
Duhci-debug.h120 (status & USBPORTSC_SUSP) ? "PortSuspend " : "", in uhci_show_sc()
Duhci.c2146 ((status & USBPORTSC_SUSP) >> (12 - 2)) | in rh_submit_urb()
2172 CLR_RH_PORTSTAT(USBPORTSC_SUSP); in rh_submit_urb()
2195 SET_RH_PORTSTAT(USBPORTSC_SUSP); in rh_submit_urb()
Dusb-uhci.c2036 ((status & USBPORTSC_SUSP) >> (12 - 2)) | in rh_submit_urb()
2065 CLR_RH_PORTSTAT (USBPORTSC_SUSP); in rh_submit_urb()
2089 SET_RH_PORTSTAT (USBPORTSC_SUSP); in rh_submit_urb()