mirror of
https://github.com/mii443/qemu.git
synced 2025-08-25 08:29:25 +00:00
@ -291,6 +291,8 @@ usb_uhci_td_complete(uint32_t qh, uint32_t td) "qh 0x%x, td 0x%x"
|
||||
|
||||
# hw/usb/hcd-xhci.c
|
||||
usb_xhci_reset(void) "=== RESET ==="
|
||||
usb_xhci_run(void) ""
|
||||
usb_xhci_stop(void) ""
|
||||
usb_xhci_cap_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
|
||||
usb_xhci_oper_read(uint32_t off, uint32_t val) "off 0x%04x, ret 0x%08x"
|
||||
usb_xhci_port_read(uint32_t port, uint32_t off, uint32_t val) "port %d, off 0x%04x, ret 0x%08x"
|
||||
|
Reference in New Issue
Block a user