Searched refs:UHCI_USBSTS_ERRINT (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Duhci_hardware.h48 #define UHCI_USBSTS_ERRINT 0x02 // USB error interrupt macro
H A Duhci.cpp711 fEnabledInterrupts = UHCI_USBSTS_USBINT | UHCI_USBSTS_ERRINT
2037 if (status & UHCI_USBSTS_ERRINT) {
2039 acknowledge |= UHCI_USBSTS_ERRINT;

Completed in 85 milliseconds