Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c79 #define USBSTS_HCH (1<<0) macro
612 return !(xhci->usbsts & USBSTS_HCH); in xhci_running()
852 xhci->usbsts &= ~USBSTS_HCH; in xhci_run()
859 xhci->usbsts |= USBSTS_HCH; in xhci_stop()
2701 if (!(xhci->usbsts & USBSTS_HCH)) { in xhci_reset()
2706 xhci->usbsts = USBSTS_HCH; in xhci_reset()
3336 xhci->usbsts = USBSTS_HCH; in usb_xhci_init()