Searched refs:USBSTS_FATAL (Results 1 – 2 of 2) sorted by relevance
355 #define USBSTS_FATAL (1<<4) /* Host System Error */ macro
132 #define INTR_MASK (USBSTS_IAA | USBSTS_FATAL | USBSTS_PCD | USBSTS_ERR | USBSTS_INT)2798 if ((u32Status & USBSTS_FATAL) != 0) in ms_ehci_irq()