Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.h155 uint32_t erstsz; member
H A Dhcd-xhci.c808 if (intr->erstsz == 0 || erstba == 0) { in xhci_er_reset()
815 if (intr->erstsz != 1) { in xhci_er_reset()
816 DPRINTF("xhci: invalid value for ERSTSZ: %d\n", intr->erstsz); in xhci_er_reset()
2723 xhci->intr[i].erstsz = 0; in xhci_reset()
3052 ret = intr->erstsz; in xhci_runtime_read()
3102 intr->erstsz = val & 0xffff; in xhci_runtime_write()
3577 VMSTATE_UINT32(erstsz, XHCIInterrupter),