Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h46 #define USBPORTSC_CSC 0x0002 /* Connect Status Change */ macro
Dusb-uhci-debug.h146 (status & USBPORTSC_CSC) ? "ConnectChange " : "", in uhci_show_sc()
Dusb-uhci.h56 #define USBPORTSC_CSC 0x0002 /* Connect Status Change */ macro
Duhci-debug.h126 (status & USBPORTSC_CSC) ? "ConnectChange " : "", in uhci_show_sc()
Duhci.c2141 cstatus = ((status & USBPORTSC_CSC) >> (1 - 0)) | in rh_submit_urb()
2177 SET_RH_PORTSTAT(USBPORTSC_CSC); in rh_submit_urb()
Dusb-uhci.c2031 cstatus = ((status & USBPORTSC_CSC) >> (1 - 0)) | in rh_submit_urb()
2070 SET_RH_PORTSTAT (USBPORTSC_CSC); in rh_submit_urb()