Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h206 uint32_t dcbaap_low; member
H A Dhcd-xhci.c1289 if (xhci->dcbaap_low || xhci->dcbaap_high) { in xhci_disable_ep()
2109 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in xhci_address_slot()
2710 xhci->dcbaap_low = 0; in xhci_reset()
2931 ret = xhci->dcbaap_low; in xhci_oper_read()
3004 xhci->dcbaap_low = val & 0xffffffc0; in xhci_oper_write()
3482 dcbaap = xhci_addr64(xhci->dcbaap_low, xhci->dcbaap_high); in usb_xhci_post_load()
3621 VMSTATE_UINT32(dcbaap_low, XHCIState),