Home
last modified time | relevance | path

Searched refs:ErrorInterrupt (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/usb/usbehci/
H A Dhardware.h103 ULONG ErrorInterrupt : 1; member
125 ULONG ErrorInterrupt : 1; member
H A Dusbehci.c1044 EhciExtension->InterruptMask.ErrorInterrupt = 1; in EHCI_InitializeHardware()
1511 iStatus.ErrorInterrupt == 1 || in EHCI_InterruptDpc()
/reactos/drivers/usb/usbuhci/
H A Dhardware.h75 USHORT ErrorInterrupt : 1; // due to error member
H A Dusbuhci.c496 StatusMask.ErrorInterrupt = 1; in UhciInitializeHardware()
958 if ((HcStatus.Interrupt | HcStatus.ErrorInterrupt) != 0) in UhciInterruptDpc()