Searched refs:USBSTS_HCH (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.c333 if (!auto_stop && !(inw(uhci->io_addr + USBSTS) & USBSTS_HCH)) {
341 if (!(inw(uhci->io_addr + USBSTS) & USBSTS_HCH))
428 if (!(status & ~USBSTS_HCH)) /* shared interrupt, not mine */
439 if (status & USBSTS_HCH) {
H A Duhci-hcd.h34 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
H A Duhci-debug.c321 (usbstat & USBSTS_HCH) ? "HCHalted " : "",

Completed in 60 milliseconds