Searched refs:erstsz (Results 1 – 2 of 2) sorted by relevance
155 uint32_t erstsz; member
803 if (intr->erstsz == 0 || erstba == 0) { in xhci_er_reset()810 if (intr->erstsz != 1) { in xhci_er_reset()811 DPRINTF("xhci: invalid value for ERSTSZ: %d\n", intr->erstsz); in xhci_er_reset()2717 xhci->intr[i].erstsz = 0; in xhci_reset()3027 ret = intr->erstsz; in xhci_runtime_read()3077 intr->erstsz = val & 0xffff; in xhci_runtime_write()3552 VMSTATE_UINT32(erstsz, XHCIInterrupter),