Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-xhci.h156 uint32_t erstba_low; member
H A Dhcd-xhci.c801 dma_addr_t erstba = xhci_addr64(intr->erstba_low, intr->erstba_high); in xhci_er_reset()
2718 xhci->intr[i].erstba_low = 0; in xhci_reset()
3030 ret = intr->erstba_low; in xhci_runtime_read()
3082 intr->erstba_low = val & 0xfffffff0; in xhci_runtime_write()
3084 intr->erstba_low = val & 0xffffffc0; in xhci_runtime_write()
3553 VMSTATE_UINT32(erstba_low, XHCIInterrupter),