Searched refs:erstsz (Results 1 – 2 of 2) sorted by relevance
155 uint32_t erstsz; member
808 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),