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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 " : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 183 milliseconds