Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Duhci.h51 #define USBPORTSC_LSDA 0x0100 /* Low Speed Device Attached */ macro
Dusb-uhci-debug.h142 (status & USBPORTSC_LSDA) ? "LowSpeed " : "", in uhci_show_sc()
Dusb-uhci.h61 #define USBPORTSC_LSDA 0x0100 /* Low Speed Device Attached */ macro
Duhci-debug.h122 (status & USBPORTSC_LSDA) ? "LowSpeed " : "", in uhci_show_sc()
Duhci.c2149 ((status & USBPORTSC_LSDA) << (-8 + 9)); in rh_submit_urb()
Dusb-uhci.c2039 ((status & USBPORTSC_LSDA) << (-8 + 9)); in rh_submit_urb()