Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-hcd.c358 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()
H A Duhci-hcd.h36 #define USBSTS_HCH 0x0020 /* HC Halted */ macro
H A Duhci-debug.c338 (usbstat & USBSTS_HCH) ? "HCHalted " : "", in uhci_show_status()
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c79 #define USBSTS_HCH (1<<0) macro
604 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()