Searched refs:XHCIInterrupter (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | hcd-xhci.h | 152 typedef struct XHCIInterrupter { struct 173 } XHCIInterrupter; argument 216 XHCIInterrupter intr[XHCI_MAXINTRS];
|
H A D | hcd-xhci.c | 609 XHCIInterrupter *intr = &xhci->intr[v]; in xhci_write_event() 643 XHCIInterrupter *intr; in xhci_event() 799 XHCIInterrupter *intr = &xhci->intr[v]; in xhci_er_reset() 3018 XHCIInterrupter *intr = &xhci->intr[v]; in xhci_runtime_read() 3052 XHCIInterrupter *intr; in xhci_runtime_write() 3550 VMSTATE_UINT32(iman, XHCIInterrupter), 3551 VMSTATE_UINT32(imod, XHCIInterrupter), 3552 VMSTATE_UINT32(erstsz, XHCIInterrupter), 3553 VMSTATE_UINT32(erstba_low, XHCIInterrupter), 3554 VMSTATE_UINT32(erstba_high, XHCIInterrupter), [all …]
|