Home
last modified time | relevance | path

Searched refs:USBSTS_HCH (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Duhci.h29 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
Dusb-uhci-debug.h180 (usbstat & USBSTS_HCH) ? "HCHalted " : "", in uhci_show_status()
Dusb-uhci.h39 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
Duhci-debug.h167 (usbstat & USBSTS_HCH) ? "HCHalted " : "", in uhci_show_status()
Duhci.c2460 if ((status & USBSTS_HCH) && !uhci->is_suspended) { in uhci_interrupt()