Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h159 uint32_t erdp_high; member
H A Dhcd-xhci.c653 erdp = xhci_addr64(intr->erdp_low, intr->erdp_high); in xhci_event()
2721 xhci->intr[i].erdp_high = 0; in xhci_reset()
3039 ret = intr->erdp_high; in xhci_runtime_read()
3097 dma_addr_t erdp = xhci_addr64(intr->erdp_low, intr->erdp_high); in xhci_runtime_write()
3107 intr->erdp_high = val; in xhci_runtime_write()
3556 VMSTATE_UINT32(erdp_high, XHCIInterrupter),