Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h209 uint32_t dcbaap_low; 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()
2708 xhci->dcbaap_low = 0; in xhci_reset()
2940 ret = xhci->dcbaap_low; in xhci_oper_read()
3013 xhci->dcbaap_low = val & 0xffffffc0; in xhci_oper_write()
3481 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in usb_xhci_post_load()
3620 VMSTATE_UINT32(dcbaap_low, XHCIState),