Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h47 #define USBPORTSC_PE 0x0004 /* Port Enable */ macro
Dusb-uhci-debug.h145 (status & USBPORTSC_PE) ? "PortEnabled " : "", in uhci_show_sc()
Dusb-uhci.h57 #define USBPORTSC_PE 0x0004 /* Port Enable */ macro
Duhci-debug.h125 (status & USBPORTSC_PE) ? "PortEnabled " : "", in uhci_show_sc()
Duhci.c2145 ((status & USBPORTSC_PE) >> (2 - 1)) | in rh_submit_urb()
2169 CLR_RH_PORTSTAT(USBPORTSC_PE); in rh_submit_urb()
2203 SET_RH_PORTSTAT(USBPORTSC_PE); in rh_submit_urb()
2210 SET_RH_PORTSTAT(USBPORTSC_PE); in rh_submit_urb()
Dusb-uhci.c2035 ((status & USBPORTSC_PE) >> (2 - 1)) | in rh_submit_urb()
2062 CLR_RH_PORTSTAT (USBPORTSC_PE); in rh_submit_urb()
2097 SET_RH_PORTSTAT (USBPORTSC_PE); in rh_submit_urb()
2104 SET_RH_PORTSTAT (USBPORTSC_PE); in rh_submit_urb()