Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h48 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
Dusb-uhci-debug.h144 (status & USBPORTSC_PEC) ? "EnableChange " : "", in uhci_show_sc()
Dusb-uhci.h58 #define USBPORTSC_PEC 0x0008 /* Port Enable Change */ macro
Duhci-debug.h124 (status & USBPORTSC_PEC) ? "EnableChange " : "", in uhci_show_sc()
Duhci.c2142 ((status & USBPORTSC_PEC) >> (3 - 1)) | in rh_submit_urb()
2180 SET_RH_PORTSTAT(USBPORTSC_PEC); in rh_submit_urb()
Dusb-uhci.c2032 ((status & USBPORTSC_PEC) >> (3 - 1)) | in rh_submit_urb()
2073 SET_RH_PORTSTAT (USBPORTSC_PEC); in rh_submit_urb()