Home
last modified time | relevance | path

Searched refs:STS_FATAL (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCIDBG.cpp229 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf()
261 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
H A DdrvEHCI.h858 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
H A DdrvEhciHcd.c184 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
186 #define INTR_MASK (STS_IAA | STS_FATAL | STS_ERR | STS_INT)
8215 if (unlikely ((status & STS_FATAL) != 0)) { in ehci_irq()