mirror of
https://github.com/mii443/qemu.git
synced 2025-08-27 17:39:37 +00:00
@ -813,14 +813,13 @@ static void xhci_er_reset(XHCIState *xhci)
|
||||
|
||||
static void xhci_run(XHCIState *xhci)
|
||||
{
|
||||
DPRINTF("xhci_run()\n");
|
||||
|
||||
trace_usb_xhci_run();
|
||||
xhci->usbsts &= ~USBSTS_HCH;
|
||||
}
|
||||
|
||||
static void xhci_stop(XHCIState *xhci)
|
||||
{
|
||||
DPRINTF("xhci_stop()\n");
|
||||
trace_usb_xhci_stop();
|
||||
xhci->usbsts |= USBSTS_HCH;
|
||||
xhci->crcr_low &= ~CRCR_CRR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user