Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h205 uint32_t dcbaap_high; member
H A Dhcd-xhci.c1281 if (xhci->dcbaap_low || xhci->dcbaap_high) { in xhci_disable_ep()
2101 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in xhci_address_slot()
2703 xhci->dcbaap_high = 0; in xhci_reset()
2918 ret = xhci->dcbaap_high; in xhci_oper_read()
2991 xhci->dcbaap_high = val; in xhci_oper_write()
3456 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in usb_xhci_post_load()
3596 VMSTATE_UINT32(dcbaap_high, XHCIState),