Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h156 uint32_t erstba_low; member
H A Dhcd-xhci.c806 dma_addr_t erstba = xhci_addr64(intr->erstba_low, intr->erstba_high); in xhci_er_reset()
2724 xhci->intr[i].erstba_low = 0; in xhci_reset()
3055 ret = intr->erstba_low; in xhci_runtime_read()
3107 intr->erstba_low = val & 0xfffffff0; in xhci_runtime_write()
3109 intr->erstba_low = val & 0xffffffc0; in xhci_runtime_write()
3578 VMSTATE_UINT32(erstba_low, XHCIInterrupter),