Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h210 uint32_t dcbaap_high; member
H A Dhcd-xhci.c1293 if (xhci->dcbaap_low || xhci->dcbaap_high) { in xhci_disable_ep()
2107 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in xhci_address_slot()
2709 xhci->dcbaap_high = 0; in xhci_reset()
2943 ret = xhci->dcbaap_high; in xhci_oper_read()
3016 xhci->dcbaap_high = val; in xhci_oper_write()
3481 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in usb_xhci_post_load()
3621 VMSTATE_UINT32(dcbaap_high, XHCIState),