Home
last modified time | relevance | path

Searched refs:USBSTS_FATAL (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI.h355 #define USBSTS_FATAL (1<<4) /* Host System Error */ macro
H A DdrvEhciHcd.c132 #define INTR_MASK (USBSTS_IAA | USBSTS_FATAL | USBSTS_PCD | USBSTS_ERR | USBSTS_INT)
2798 if ((u32Status & USBSTS_FATAL) != 0) in ms_ehci_irq()