Searched refs:USBSTS_HCH (Results 1 – 4 of 4) sorted by relevance
358 if (!auto_stop && !(uhci_readw(uhci, USBSTS) & USBSTS_HCH)) { in suspend_rh()366 if (!(uhci_readw(uhci, USBSTS) & USBSTS_HCH)) in suspend_rh()461 if (!(status & ~USBSTS_HCH)) /* shared interrupt, not mine */ in uhci_irq()476 if (status & USBSTS_HCH) { in uhci_irq()
36 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
338 (usbstat & USBSTS_HCH) ? "HCHalted " : "", in uhci_show_status()
79 #define USBSTS_HCH (1<<0) macro604 return !(xhci->usbsts & USBSTS_HCH); in xhci_running()844 xhci->usbsts &= ~USBSTS_HCH; in xhci_run()851 xhci->usbsts |= USBSTS_HCH; in xhci_stop()2693 if (!(xhci->usbsts & USBSTS_HCH)) { in xhci_reset()2698 xhci->usbsts = USBSTS_HCH; in xhci_reset()3320 xhci->usbsts = USBSTS_HCH; in usb_xhci_init()